Html Css Color HEX #3258BA Cerulean Blue

📋 copy color: '#3258BA'

red 50 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #3258BA

Tints of Cerulean Blue #3258BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 15.43%
G = 27.16%
B = 57.41%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3258BA (or 0x3258BA) is known color: Cerulean Blue. HEX triplet: 32, 58 and BA. RGB value is (50,88,186). Sum of RGB (Red+Green+Blue) = 50+88+186=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #3258BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258BA is #CDA745. Grayscale: #575757. Windows color (decimal): -13477702 or 12212274. OLE color: 12212274.

HSL color Cylindrical-coordinate representation of color #3258BA: hue angle of 223.24º 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 #3258BA is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 88 186 -
CMYK 0.73 0.53 0 0.27
HSL 223.24º 0.58% 0.46% -
HSV(B) 223.24º 0.73% 0.73% -
XYZ 13.67 11.2 47.9 -
YUV 87.81 183.41 101.03 -
System Red Green Blue C M Y K H S L
Decimal 50 88 186 0.73 0.53 0 0.27 223.24 0.58 0.46
Hex 32 58 BA 49 35 0 1B DF 3A 2E
Octal 62 130 272 111 65 0 33 337 72 56
Binary 110010 1011000 10111010 1001001 110101 0 11011 11011111 111010 101110

Color Harmonies of #3258BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258BA

Black with #3258BA

Text Example


Text Example

White with #3258BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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