Html Css Color HEX #335CBF Cerulean Blue

📋 copy color: '#335CBF'

red 51 ◦ green 92 ◦ blue 191

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

Shades of Cerulean Blue #335CBF

Tints of Cerulean Blue #335CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 15.27%
G = 27.54%
B = 57.19%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#335CBF (or 0x335CBF) is known color: Cerulean Blue. HEX triplet: 33, 5C and BF. RGB value is (51,92,191). Sum of RGB (Red+Green+Blue) = 51+92+191=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #335CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CBF is #CCA340. Grayscale: #5A5A5A. Windows color (decimal): -13411137 or 12540979. OLE color: 12540979.

HSL color Cylindrical-coordinate representation of color #335CBF: hue angle of 222.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335CBF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 92 191 -
CMYK 0.73 0.52 0 0.25
HSL 222.43º 0.58% 0.47% -
HSV(B) 222.43º 0.73% 0.75% -
XYZ 14.6 12.12 50.86 -
YUV 91.03 184.42 99.45 -
System Red Green Blue C M Y K H S L
Decimal 51 92 191 0.73 0.52 0 0.25 222.43 0.58 0.47
Hex 33 5C BF 49 34 0 19 DE 3A 2F
Octal 63 134 277 111 64 0 31 336 72 57
Binary 110011 1011100 10111111 1001001 110100 0 11001 11011110 111010 101111

Color Harmonies of #335CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CBF

Black with #335CBF

Text Example


Text Example

White with #335CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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