Html Css Color HEX #3355AB Cerulean Blue

📋 copy color: '#3355AB'

red 51 ◦ green 85 ◦ blue 171

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

Shades of Cerulean Blue #3355AB

Tints of Cerulean Blue #3355AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 16.61%
G = 27.69%
B = 55.7%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3355AB (or 0x3355AB) is known color: Cerulean Blue. HEX triplet: 33, 55 and AB. RGB value is (51,85,171). Sum of RGB (Red+Green+Blue) = 51+85+171=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #3355AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3355AB is #CCAA54. Grayscale: #545454. Windows color (decimal): -13412949 or 11228467. OLE color: 11228467.

HSL color Cylindrical-coordinate representation of color #3355AB: hue angle of 223º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3355AB is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 85 171 -
CMYK 0.70 0.50 0 0.33
HSL 223º 0.54% 0.44% -
HSV(B) 223º 0.7% 0.67% -
XYZ 11.96 10.14 39.85 -
YUV 84.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 51 85 171 0.70 0.50 0 0.33 223 0.54 0.44
Hex 33 55 AB 46 32 0 21 DF 36 2C
Octal 63 125 253 106 62 0 41 337 66 54
Binary 110011 1010101 10101011 1000110 110010 0 100001 11011111 110110 101100

Color Harmonies of #3355AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3355AB

Black with #3355AB

Text Example


Text Example

White with #3355AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3355AB; }

 p { color: rgb(51,85,171); }

 H1.HeaderClassName
 {
   color: #3355AB;
 }
 .AnyTagClassName
 {
   color: #3355AB;
 }
</style>

background-color css

<style>
 a { background-color: #3355AB; }

 a { background-color: rgb(51,85,171); }

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

border-color css

<style>
 span { border-color: #3355AB; }

 span { border-color: rgb(51,85,171); }

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