Html Css Color HEX #3255AA Cerulean Blue

📋 copy color: '#3255AA'

red 50 ◦ green 85 ◦ blue 170

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

Shades of Cerulean Blue #3255AA

Tints of Cerulean Blue #3255AA

RGB

 RED value IS 50 (19.92% from 255) = 16.39%

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

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 16.39%
G = 27.87%
B = 55.74%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3255AA (or 0x3255AA) is known color: Cerulean Blue. HEX triplet: 32, 55 and AA. RGB value is (50,85,170). Sum of RGB (Red+Green+Blue) = 50+85+170=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #3255AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3255AA is #CDAA55. Grayscale: #535353. Windows color (decimal): -13478486 or 11162930. OLE color: 11162930.

HSL color Cylindrical-coordinate representation of color #3255AA: hue angle of 222.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3255AA is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 85 170 -
CMYK 0.71 0.50 0 0.33
HSL 222.5º 0.55% 0.43% -
HSV(B) 222.5º 0.71% 0.67% -
XYZ 11.82 10.08 39.35 -
YUV 84.23 176.4 103.59 -
System Red Green Blue C M Y K H S L
Decimal 50 85 170 0.71 0.50 0 0.33 222.5 0.55 0.43
Hex 32 55 AA 47 32 0 21 DE 37 2B
Octal 62 125 252 107 62 0 41 336 67 53
Binary 110010 1010101 10101010 1000111 110010 0 100001 11011110 110111 101011

Color Harmonies of #3255AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255AA

Black with #3255AA

Text Example


Text Example

White with #3255AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3255AA; }

 p { color: rgb(50,85,170); }

 H1.HeaderClassName
 {
   color: #3255AA;
 }
 .AnyTagClassName
 {
   color: #3255AA;
 }
</style>

background-color css

<style>
 a { background-color: #3255AA; }

 a { background-color: rgb(50,85,170); }

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

border-color css

<style>
 span { border-color: #3255AA; }

 span { border-color: rgb(50,85,170); }

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