Html Css Color HEX #337FB4 Curious Blue

📋 copy color: '#337FB4'

red 51 ◦ green 127 ◦ blue 180

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

Shades of Curious Blue #337FB4

Tints of Curious Blue #337FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 14.25%
G = 35.47%
B = 50.28%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#337FB4 (or 0x337FB4) is known color: Curious Blue. HEX triplet: 33, 7F and B4. RGB value is (51,127,180). Sum of RGB (Red+Green+Blue) = 51+127+180=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #337FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FB4 is #CC804B. Grayscale: #6E6E6E. Windows color (decimal): -13402188 or 11829043. OLE color: 11829043.

HSL color Cylindrical-coordinate representation of color #337FB4: hue angle of 204.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #337FB4 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 127 180 -
CMYK 0.72 0.29 0 0.29
HSL 204.65º 0.56% 0.45% -
HSV(B) 204.65º 0.72% 0.71% -
XYZ 17.19 19.18 45.98 -
YUV 110.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 51 127 180 0.72 0.29 0 0.29 204.65 0.56 0.45
Hex 33 7F B4 48 1D 0 1D CD 38 2D
Octal 63 177 264 110 35 0 35 315 70 55
Binary 110011 1111111 10110100 1001000 11101 0 11101 11001101 111000 101101

Color Harmonies of #337FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FB4

Black with #337FB4

Text Example


Text Example

White with #337FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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