Html Css Color HEX #335CBC Cerulean Blue

📋 copy color: '#335CBC'

red 51 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #335CBC

Tints of Cerulean Blue #335CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 15.41%
G = 27.79%
B = 56.8%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#335CBC (or 0x335CBC) is known color: Cerulean Blue. HEX triplet: 33, 5C and BC. RGB value is (51,92,188). Sum of RGB (Red+Green+Blue) = 51+92+188=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #335CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CBC is #CCA343. Grayscale: #5A5A5A. Windows color (decimal): -13411140 or 12344371. OLE color: 12344371.

HSL color Cylindrical-coordinate representation of color #335CBC: hue angle of 222.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335CBC is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 92 188 -
CMYK 0.73 0.51 0 0.26
HSL 222.04º 0.57% 0.47% -
HSV(B) 222.04º 0.73% 0.74% -
XYZ 14.27 11.99 49.14 -
YUV 90.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 51 92 188 0.73 0.51 0 0.26 222.04 0.57 0.47
Hex 33 5C BC 49 33 0 1A DE 39 2F
Octal 63 134 274 111 63 0 32 336 71 57
Binary 110011 1011100 10111100 1001001 110011 0 11010 11011110 111001 101111

Color Harmonies of #335CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CBC

Black with #335CBC

Text Example


Text Example

White with #335CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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