Html Css Color HEX #3255A9 Cerulean Blue

📋 copy color: '#3255A9'

red 50 ◦ green 85 ◦ blue 169

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

Shades of Cerulean Blue #3255A9

Tints of Cerulean Blue #3255A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 55.59%

R = 16.45%
G = 27.96%
B = 55.59%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3255A9 (or 0x3255A9) is known color: Cerulean Blue. HEX triplet: 32, 55 and A9. RGB value is (50,85,169). Sum of RGB (Red+Green+Blue) = 50+85+169=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #3255A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3255A9 is #CDAA56. Grayscale: #535353. Windows color (decimal): -13478487 or 11097394. OLE color: 11097394.

HSL color Cylindrical-coordinate representation of color #3255A9: hue angle of 222.35º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3255A9 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 85 169 -
CMYK 0.70 0.50 0 0.34
HSL 222.35º 0.54% 0.43% -
HSV(B) 222.35º 0.7% 0.66% -
XYZ 11.73 10.04 38.86 -
YUV 84.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 50 85 169 0.70 0.50 0 0.34 222.35 0.54 0.43
Hex 32 55 A9 46 32 0 22 DE 36 2B
Octal 62 125 251 106 62 0 42 336 66 53
Binary 110010 1010101 10101001 1000110 110010 0 100010 11011110 110110 101011

Color Harmonies of #3255A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255A9

Black with #3255A9

Text Example


Text Example

White with #3255A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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