Html Css Color HEX #337CCC Curious Blue

📋 copy color: '#337CCC'

red 51 ◦ green 124 ◦ blue 204

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

Shades of Curious Blue #337CCC

Tints of Curious Blue #337CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 13.46%
G = 32.72%
B = 53.83%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#337CCC (or 0x337CCC) is known color: Curious Blue. HEX triplet: 33, 7C and CC. RGB value is (51,124,204). Sum of RGB (Red+Green+Blue) = 51+124+204=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #337CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CCC is #CC8333. Grayscale: #6E6E6E. Windows color (decimal): -13402932 or 13401139. OLE color: 13401139.

HSL color Cylindrical-coordinate representation of color #337CCC: hue angle of 211.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337CCC is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 124 204 -
CMYK 0.75 0.39 0 0.2
HSL 211.37º 0.6% 0.5% -
HSV(B) 211.37º 0.75% 0.8% -
XYZ 19.47 19.48 59.86 -
YUV 111.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 51 124 204 0.75 0.39 0 0.2 211.37 0.6 0.5
Hex 33 7C CC 4B 27 0 14 D3 3C 32
Octal 63 174 314 113 47 0 24 323 74 62
Binary 110011 1111100 11001100 1001011 100111 0 10100 11010011 111100 110010

Color Harmonies of #337CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337CCC

Black with #337CCC

Text Example


Text Example

White with #337CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,124,204); }

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

background-color css

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

 a { background-color: rgb(51,124,204); }

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

border-color css

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

 span { border-color: rgb(51,124,204); }

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