Html Css Color HEX #337FB8 Curious Blue

📋 copy color: '#337FB8'

red 51 ◦ green 127 ◦ blue 184

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

Shades of Curious Blue #337FB8

Tints of Curious Blue #337FB8

RGB

 RED value IS 51 (20.31% from 255) = 14.09%

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 184 (72.27% from 255) = 50.83%

R = 14.09%
G = 35.08%
B = 50.83%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#337FB8 (or 0x337FB8) is known color: Curious Blue. HEX triplet: 33, 7F and B8. RGB value is (51,127,184). Sum of RGB (Red+Green+Blue) = 51+127+184=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #337FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FB8 is #CC8047. Grayscale: #6E6E6E. Windows color (decimal): -13402184 or 12091187. OLE color: 12091187.

HSL color Cylindrical-coordinate representation of color #337FB8: hue angle of 205.71º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #337FB8 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 127 184 -
CMYK 0.72 0.31 0 0.28
HSL 205.71º 0.57% 0.46% -
HSV(B) 205.71º 0.72% 0.72% -
XYZ 17.61 19.34 48.15 -
YUV 110.77 169.32 85.37 -
System Red Green Blue C M Y K H S L
Decimal 51 127 184 0.72 0.31 0 0.28 205.71 0.57 0.46
Hex 33 7F B8 48 1F 0 1C CE 39 2E
Octal 63 177 270 110 37 0 34 316 71 56
Binary 110011 1111111 10111000 1001000 11111 0 11100 11001110 111001 101110

Color Harmonies of #337FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FB8

Black with #337FB8

Text Example


Text Example

White with #337FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337FB8; }

 p { color: rgb(51,127,184); }

 H1.HeaderClassName
 {
   color: #337FB8;
 }
 .AnyTagClassName
 {
   color: #337FB8;
 }
</style>

background-color css

<style>
 a { background-color: #337FB8; }

 a { background-color: rgb(51,127,184); }

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

border-color css

<style>
 span { border-color: #337FB8; }

 span { border-color: rgb(51,127,184); }

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