Html Css Color HEX #336EC2 Curious Blue

📋 copy color: '#336EC2'

red 51 ◦ green 110 ◦ blue 194

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

Shades of Curious Blue #336EC2

Tints of Curious Blue #336EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

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

R = 14.37%
G = 30.99%
B = 54.65%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#336EC2 (or 0x336EC2) is known color: Curious Blue. HEX triplet: 33, 6E and C2. RGB value is (51,110,194). Sum of RGB (Red+Green+Blue) = 51+110+194=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #336EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EC2 is #CC913D. Grayscale: #656565. Windows color (decimal): -13406526 or 12742195. OLE color: 12742195.

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

Color convert

RGB 51 110 194 -
CMYK 0.74 0.43 0 0.24
HSL 215.24º 0.58% 0.48% -
HSV(B) 215.24º 0.74% 0.76% -
XYZ 16.68 15.75 53.2 -
YUV 101.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 51 110 194 0.74 0.43 0 0.24 215.24 0.58 0.48
Hex 33 6E C2 4A 2B 0 18 D7 3A 30
Octal 63 156 302 112 53 0 30 327 72 60
Binary 110011 1101110 11000010 1001010 101011 0 11000 11010111 111010 110000

Color Harmonies of #336EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EC2

Black with #336EC2

Text Example


Text Example

White with #336EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336EC2; }

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

 H1.HeaderClassName
 {
   color: #336EC2;
 }
 .AnyTagClassName
 {
   color: #336EC2;
 }
</style>

background-color css

<style>
 a { background-color: #336EC2; }

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

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

border-color css

<style>
 span { border-color: #336EC2; }

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

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