Html Css Color HEX #3259BA Cerulean Blue

📋 copy color: '#3259BA'

red 50 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #3259BA

Tints of Cerulean Blue #3259BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 15.38%
G = 27.38%
B = 57.23%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3259BA (or 0x3259BA) is known color: Cerulean Blue. HEX triplet: 32, 59 and BA. RGB value is (50,89,186). Sum of RGB (Red+Green+Blue) = 50+89+186=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3259BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259BA is #CDA645. Grayscale: #575757. Windows color (decimal): -13477446 or 12212530. OLE color: 12212530.

HSL color Cylindrical-coordinate representation of color #3259BA: hue angle of 222.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3259BA is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 89 186 -
CMYK 0.73 0.52 0 0.27
HSL 222.79º 0.58% 0.46% -
HSV(B) 222.79º 0.73% 0.73% -
XYZ 13.75 11.37 47.92 -
YUV 88.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 50 89 186 0.73 0.52 0 0.27 222.79 0.58 0.46
Hex 32 59 BA 49 34 0 1B DF 3A 2E
Octal 62 131 272 111 64 0 33 337 72 56
Binary 110010 1011001 10111010 1001001 110100 0 11011 11011111 111010 101110

Color Harmonies of #3259BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3259BA

Black with #3259BA

Text Example


Text Example

White with #3259BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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