Html Css Color HEX #335BC6 Cerulean Blue

📋 copy color: '#335BC6'

red 51 ◦ green 91 ◦ blue 198

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

Shades of Cerulean Blue #335BC6

Tints of Cerulean Blue #335BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

 BLUE value IS 198 (77.73% from 255) = 58.24%

R = 15%
G = 26.76%
B = 58.24%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#335BC6 (or 0x335BC6) is known color: Cerulean Blue. HEX triplet: 33, 5B and C6. RGB value is (51,91,198). Sum of RGB (Red+Green+Blue) = 51+91+198=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #335BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BC6 is #CCA439. Grayscale: #5A5A5A. Windows color (decimal): -13411386 or 12999475. OLE color: 12999475.

HSL color Cylindrical-coordinate representation of color #335BC6: hue angle of 223.67º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #335BC6 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 91 198 -
CMYK 0.74 0.54 0 0.22
HSL 223.67º 0.59% 0.49% -
HSV(B) 223.67º 0.74% 0.78% -
XYZ 15.3 12.26 54.99 -
YUV 91.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 51 91 198 0.74 0.54 0 0.22 223.67 0.59 0.49
Hex 33 5B C6 4A 36 0 16 E0 3B 31
Octal 63 133 306 112 66 0 26 340 73 61
Binary 110011 1011011 11000110 1001010 110110 0 10110 11100000 111011 110001

Color Harmonies of #335BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BC6

Black with #335BC6

Text Example


Text Example

White with #335BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,91,198); }

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

background-color css

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

 a { background-color: rgb(51,91,198); }

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

border-color css

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

 span { border-color: rgb(51,91,198); }

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