Html Css Color HEX #3259AB Cerulean Blue

📋 copy color: '#3259AB'

red 50 ◦ green 89 ◦ blue 171

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

Shades of Cerulean Blue #3259AB

Tints of Cerulean Blue #3259AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 16.13%
G = 28.71%
B = 55.16%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3259AB (or 0x3259AB) is known color: Cerulean Blue. HEX triplet: 32, 59 and AB. RGB value is (50,89,171). Sum of RGB (Red+Green+Blue) = 50+89+171=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #3259AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3259AB is #CDA654. Grayscale: #565656. Windows color (decimal): -13477461 or 11229490. OLE color: 11229490.

HSL color Cylindrical-coordinate representation of color #3259AB: hue angle of 220.66º 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 #3259AB is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 89 171 -
CMYK 0.71 0.48 0 0.33
HSL 220.66º 0.55% 0.43% -
HSV(B) 220.66º 0.71% 0.67% -
XYZ 12.24 10.76 39.96 -
YUV 86.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 50 89 171 0.71 0.48 0 0.33 220.66 0.55 0.43
Hex 32 59 AB 47 30 0 21 DD 37 2B
Octal 62 131 253 107 60 0 41 335 67 53
Binary 110010 1011001 10101011 1000111 110000 0 100001 11011101 110111 101011

Color Harmonies of #3259AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3259AB

Black with #3259AB

Text Example


Text Example

White with #3259AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,89,171); }

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

background-color css

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

 a { background-color: rgb(50,89,171); }

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

border-color css

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

 span { border-color: rgb(50,89,171); }

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