Html Css Color HEX #335DBD Cerulean Blue

📋 copy color: '#335DBD'

red 51 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #335DBD

Tints of Cerulean Blue #335DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 189 (74.22% from 255) = 56.76%

R = 15.32%
G = 27.93%
B = 56.76%

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

#335DBD (or 0x335DBD) is known color: Cerulean Blue. HEX triplet: 33, 5D and BD. RGB value is (51,93,189). Sum of RGB (Red+Green+Blue) = 51+93+189=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #335DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DBD is #CCA242. Grayscale: #5A5A5A. Windows color (decimal): -13410883 or 12410163. OLE color: 12410163.

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

Color convert

RGB 51 93 189 -
CMYK 0.73 0.51 0 0.26
HSL 221.74º 0.58% 0.47% -
HSV(B) 221.74º 0.73% 0.74% -
XYZ 14.46 12.21 49.74 -
YUV 91.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 51 93 189 0.73 0.51 0 0.26 221.74 0.58 0.47
Hex 33 5D BD 49 33 0 1A DE 3A 2F
Octal 63 135 275 111 63 0 32 336 72 57
Binary 110011 1011101 10111101 1001001 110011 0 11010 11011110 111010 101111

Color Harmonies of #335DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DBD

Black with #335DBD

Text Example


Text Example

White with #335DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,189); }

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

background-color css

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

 a { background-color: rgb(51,93,189); }

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

border-color css

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

 span { border-color: rgb(51,93,189); }

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