Html Css Color HEX #335FC2 Cerulean Blue

📋 copy color: '#335FC2'

red 51 ◦ green 95 ◦ blue 194

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

Shades of Cerulean Blue #335FC2

Tints of Cerulean Blue #335FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.94%

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

R = 15%
G = 27.94%
B = 57.06%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#335FC2 (or 0x335FC2) is known color: Cerulean Blue. HEX triplet: 33, 5F and C2. RGB value is (51,95,194). Sum of RGB (Red+Green+Blue) = 51+95+194=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #335FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FC2 is #CCA03D. Grayscale: #5C5C5C. Windows color (decimal): -13410366 or 12738355. OLE color: 12738355.

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

Color convert

RGB 51 95 194 -
CMYK 0.74 0.51 0 0.24
HSL 221.54º 0.58% 0.48% -
HSV(B) 221.54º 0.74% 0.76% -
XYZ 15.2 12.78 52.71 -
YUV 93.13 184.92 97.95 -
System Red Green Blue C M Y K H S L
Decimal 51 95 194 0.74 0.51 0 0.24 221.54 0.58 0.48
Hex 33 5F C2 4A 33 0 18 DE 3A 30
Octal 63 137 302 112 63 0 30 336 72 60
Binary 110011 1011111 11000010 1001010 110011 0 11000 11011110 111010 110000

Color Harmonies of #335FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FC2

Black with #335FC2

Text Example


Text Example

White with #335FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335FC2; }

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

 H1.HeaderClassName
 {
   color: #335FC2;
 }
 .AnyTagClassName
 {
   color: #335FC2;
 }
</style>

background-color css

<style>
 a { background-color: #335FC2; }

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

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

border-color css

<style>
 span { border-color: #335FC2; }

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

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