#237DBB

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

Shades of Curious Blue #237DBB

Tints of Curious Blue #237DBB

Color information

#237DBB (or 0x237DBB) is unknown color: approx Curious Blue. HEX triplet: 23, 7D and BB. RGB value is (35,125,187). Sum of RGB (Red+Green+Blue) = 35+125+187=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #237DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DBB is #DC8244. Grayscale: #686868. Windows color (decimal): -14451269 or 12287267. OLE color: 12287267.

HSL color Cylindrical-coordinate representation of color #237DBB: hue angle of 204.47º 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 #237DBB is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35125187-
CMYK0.810.3300.27
HSL204.47º68.47%43.53%-
HSV(B)204.47º81.28%73.33%-
XYZ1718.6149.71-
YUV105.16174.1877.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.09%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=10.09%
G=36.02%
B=53.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351251870.810.3300.27204.4768.4743.53
Hex237DBB512101Bcc442c
Octal431752731214103331410454
Binary1000111111101101110111010001100001011011110011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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