#237FBB

Color #237FBB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #237FBB

Tints of Curious Blue #237FBB

Color information

#237FBB (or 0x237FBB) is unknown color: approx Curious Blue. HEX triplet: 23, 7F and BB. RGB value is (35,127,187). Sum of RGB (Red+Green+Blue) = 35+127+187=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #237FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237FBB is #DC8044. Grayscale: #6A6A6A. Windows color (decimal): -14450757 or 12287779. OLE color: 12287779.

HSL color Cylindrical-coordinate representation of color #237FBB: hue angle of 203.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #237FBB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35127187-
CMYK0.810.3200.27
HSL203.68º68.47%43.53%-
HSV(B)203.68º81.28%73.33%-
XYZ17.2519.1249.8-
YUV106.33173.5277.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.03%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 187 (73.44% from 255) = 53.58%
R=10.03%
G=36.39%
B=53.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351271870.810.3200.27203.6868.4743.53
Hex237FBB512001Bcc442c
Octal431772731214003331410454
Binary1000111111111101110111010001100000011011110011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237FBB; }

 p { color: rgb(35,127,187); }

 H1.HeaderClassName
 {
   color: #237FBB;
 }
 .AnyTagClassName
 {
   color: #237FBB;
 }
</style>
background-color css

<style>
 a { background-color: #237FBB; }

 a { background-color: rgb(35,127,187); }

 div.DivClassName
 {
   background-color: #237FBB;
 }
 .BgClassName
 {
   background-color: #237FBB;
 }
</style>
border-color css

<style>
 span { border-color: #237FBB; }

 span { border-color: rgb(35,127,187); }

 td.TdClassName
 {
   border-color: #237FBB;
 }
 .TagClassName
 {
   border-color: #237FBB;
 }
</style>