Html Css Color HEX #337FBC Curious Blue

📋 copy color: '#337FBC'

red 51 ◦ green 127 ◦ blue 188

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

Shades of Curious Blue #337FBC

Tints of Curious Blue #337FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 13.93%
G = 34.7%
B = 51.37%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#337FBC (or 0x337FBC) is known color: Curious Blue. HEX triplet: 33, 7F and BC. RGB value is (51,127,188). Sum of RGB (Red+Green+Blue) = 51+127+188=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #337FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FBC is #CC8043. Grayscale: #6E6E6E. Windows color (decimal): -13402180 or 12353331. OLE color: 12353331.

HSL color Cylindrical-coordinate representation of color #337FBC: hue angle of 206.72º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337FBC is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 127 188 -
CMYK 0.73 0.32 0 0.26
HSL 206.72º 0.57% 0.47% -
HSV(B) 206.72º 0.73% 0.74% -
XYZ 18.03 19.51 50.39 -
YUV 111.23 171.32 85.04 -
System Red Green Blue C M Y K H S L
Decimal 51 127 188 0.73 0.32 0 0.26 206.72 0.57 0.47
Hex 33 7F BC 49 20 0 1A CF 39 2F
Octal 63 177 274 111 40 0 32 317 71 57
Binary 110011 1111111 10111100 1001001 100000 0 11010 11001111 111001 101111

Color Harmonies of #337FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FBC

Black with #337FBC

Text Example


Text Example

White with #337FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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