Html Css Color HEX #337CC2 Curious Blue

📋 copy color: '#337CC2'

red 51 ◦ green 124 ◦ blue 194

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

Shades of Curious Blue #337CC2

Tints of Curious Blue #337CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 13.82%
G = 33.6%
B = 52.57%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#337CC2 (or 0x337CC2) is known color: Curious Blue. HEX triplet: 33, 7C and C2. RGB value is (51,124,194). Sum of RGB (Red+Green+Blue) = 51+124+194=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #337CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CC2 is #CC833D. Grayscale: #6D6D6D. Windows color (decimal): -13402942 or 12745779. OLE color: 12745779.

HSL color Cylindrical-coordinate representation of color #337CC2: hue angle of 209.37º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #337CC2 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 124 194 -
CMYK 0.74 0.36 0 0.24
HSL 209.37º 0.58% 0.48% -
HSV(B) 209.37º 0.74% 0.76% -
XYZ 18.31 19.01 53.74 -
YUV 110.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 51 124 194 0.74 0.36 0 0.24 209.37 0.58 0.48
Hex 33 7C C2 4A 24 0 18 D1 3A 30
Octal 63 174 302 112 44 0 30 321 72 60
Binary 110011 1111100 11000010 1001010 100100 0 11000 11010001 111010 110000

Color Harmonies of #337CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337CC2

Black with #337CC2

Text Example


Text Example

White with #337CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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