Html Css Color HEX #337BC2 Curious Blue

📋 copy color: '#337BC2'

red 51 ◦ green 123 ◦ blue 194

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

Shades of Curious Blue #337BC2

Tints of Curious Blue #337BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

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

R = 13.86%
G = 33.42%
B = 52.72%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#337BC2 (or 0x337BC2) is known color: Curious Blue. HEX triplet: 33, 7B and C2. RGB value is (51,123,194). Sum of RGB (Red+Green+Blue) = 51+123+194=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #337BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337BC2 is #CC843D. Grayscale: #6D6D6D. Windows color (decimal): -13403198 or 12745523. OLE color: 12745523.

HSL color Cylindrical-coordinate representation of color #337BC2: hue angle of 209.79º 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 #337BC2 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 123 194 -
CMYK 0.74 0.37 0 0.24
HSL 209.79º 0.58% 0.48% -
HSV(B) 209.79º 0.74% 0.76% -
XYZ 18.19 18.76 53.7 -
YUV 109.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 51 123 194 0.74 0.37 0 0.24 209.79 0.58 0.48
Hex 33 7B C2 4A 25 0 18 D2 3A 30
Octal 63 173 302 112 45 0 30 322 72 60
Binary 110011 1111011 11000010 1001010 100101 0 11000 11010010 111010 110000

Color Harmonies of #337BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337BC2

Black with #337BC2

Text Example


Text Example

White with #337BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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