Html Css Color HEX #3259AD Cerulean Blue

📋 copy color: '#3259AD'

red 50 ◦ green 89 ◦ blue 173

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

Shades of Cerulean Blue #3259AD

Tints of Cerulean Blue #3259AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 16.03%
G = 28.53%
B = 55.45%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3259AD (or 0x3259AD) is known color: Cerulean Blue. HEX triplet: 32, 59 and AD. RGB value is (50,89,173). Sum of RGB (Red+Green+Blue) = 50+89+173=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #3259AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3259AD is #CDA652. Grayscale: #565656. Windows color (decimal): -13477459 or 11360562. OLE color: 11360562.

HSL color Cylindrical-coordinate representation of color #3259AD: hue angle of 220.98º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3259AD is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 89 173 -
CMYK 0.71 0.49 0 0.32
HSL 220.98º 0.55% 0.44% -
HSV(B) 220.98º 0.71% 0.68% -
XYZ 12.43 10.84 40.97 -
YUV 86.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 50 89 173 0.71 0.49 0 0.32 220.98 0.55 0.44
Hex 32 59 AD 47 31 0 20 DD 37 2C
Octal 62 131 255 107 61 0 40 335 67 54
Binary 110010 1011001 10101101 1000111 110001 0 100000 11011101 110111 101100

Color Harmonies of #3259AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3259AD

Black with #3259AD

Text Example


Text Example

White with #3259AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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