Html Css Color HEX #237DB6 Curious Blue

📋 copy color: '#237DB6'

red 35 ◦ green 125 ◦ blue 182

#237DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #237DB6

Tints of Curious Blue #237DB6

RGB

 RED value IS 35 (14.06% from 255) = 10.23%

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 182 (71.48% from 255) = 53.22%

R = 10.23%
G = 36.55%
B = 53.22%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#237DB6 (or 0x237DB6) is known color: Curious Blue. HEX triplet: 23, 7D and B6. RGB value is (35,125,182). Sum of RGB (Red+Green+Blue) = 35+125+182=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #237DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DB6 is #DC8249. Grayscale: #686868. Windows color (decimal): -14451274 or 11959587. OLE color: 11959587.

HSL color Cylindrical-coordinate representation of color #237DB6: hue angle of 203.27º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #237DB6 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 125 182 -
CMYK 0.81 0.31 0 0.29
HSL 203.27º 0.68% 0.43% -
HSV(B) 203.27º 0.81% 0.71% -
XYZ 16.47 18.4 46.94 -
YUV 104.59 171.68 78.37 -
System Red Green Blue C M Y K H S L
Decimal 35 125 182 0.81 0.31 0 0.29 203.27 0.68 0.43
Hex 23 7D B6 51 1F 0 1D CB 44 2B
Octal 43 175 266 121 37 0 35 313 104 53
Binary 100011 1111101 10110110 1010001 11111 0 11101 11001011 1000100 101011

Color Harmonies of #237DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DB6

Black with #237DB6

Text Example


Text Example

White with #237DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #237DB6;
 }
 .AnyTagClassName
 {
   color: #237DB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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