Html Css Color HEX #337CC0 Curious Blue

📋 copy color: '#337CC0'

red 51 ◦ green 124 ◦ blue 192

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

Shades of Curious Blue #337CC0

Tints of Curious Blue #337CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 13.9%
G = 33.79%
B = 52.32%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#337CC0 (or 0x337CC0) is known color: Curious Blue. HEX triplet: 33, 7C and C0. RGB value is (51,124,192). Sum of RGB (Red+Green+Blue) = 51+124+192=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #337CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CC0 is #CC833F. Grayscale: #6D6D6D. Windows color (decimal): -13402944 or 12614707. OLE color: 12614707.

HSL color Cylindrical-coordinate representation of color #337CC0: hue angle of 208.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337CC0 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 124 192 -
CMYK 0.73 0.35 0 0.25
HSL 208.94º 0.58% 0.48% -
HSV(B) 208.94º 0.73% 0.75% -
XYZ 18.09 18.92 52.57 -
YUV 109.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 51 124 192 0.73 0.35 0 0.25 208.94 0.58 0.48
Hex 33 7C C0 49 23 0 19 D1 3A 30
Octal 63 174 300 111 43 0 31 321 72 60
Binary 110011 1111100 11000000 1001001 100011 0 11001 11010001 111010 110000

Color Harmonies of #337CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337CC0

Black with #337CC0

Text Example


Text Example

White with #337CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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