Html Css Color HEX #335CCB Cerulean Blue

📋 copy color: '#335CCB'

red 51 ◦ green 92 ◦ blue 203

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

Shades of Cerulean Blue #335CCB

Tints of Cerulean Blue #335CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 14.74%
G = 26.59%
B = 58.67%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#335CCB (or 0x335CCB) is known color: Cerulean Blue. HEX triplet: 33, 5C and CB. RGB value is (51,92,203). Sum of RGB (Red+Green+Blue) = 51+92+203=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #335CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CCB is #CCA334. Grayscale: #5B5B5B. Windows color (decimal): -13411125 or 13327411. OLE color: 13327411.

HSL color Cylindrical-coordinate representation of color #335CCB: hue angle of 223.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335CCB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 92 203 -
CMYK 0.75 0.55 0 0.20
HSL 223.82º 0.6% 0.5% -
HSV(B) 223.82º 0.75% 0.8% -
XYZ 15.97 12.67 58.1 -
YUV 92.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 51 92 203 0.75 0.55 0 0.20 223.82 0.6 0.5
Hex 33 5C CB 4B 37 0 14 E0 3C 32
Octal 63 134 313 113 67 0 24 340 74 62
Binary 110011 1011100 11001011 1001011 110111 0 10100 11100000 111100 110010

Color Harmonies of #335CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CCB

Black with #335CCB

Text Example


Text Example

White with #335CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,92,203); }

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

background-color css

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

 a { background-color: rgb(51,92,203); }

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

border-color css

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

 span { border-color: rgb(51,92,203); }

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