Html Css Color HEX #3258B9 Cerulean Blue

📋 copy color: '#3258B9'

red 50 ◦ green 88 ◦ blue 185

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

Shades of Cerulean Blue #3258B9

Tints of Cerulean Blue #3258B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 57.28%

R = 15.48%
G = 27.24%
B = 57.28%

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

#3258B9 (or 0x3258B9) is known color: Cerulean Blue. HEX triplet: 32, 58 and B9. RGB value is (50,88,185). Sum of RGB (Red+Green+Blue) = 50+88+185=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #3258B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258B9 is #CDA746. Grayscale: #575757. Windows color (decimal): -13477703 or 12146738. OLE color: 12146738.

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

Color convert

RGB 50 88 185 -
CMYK 0.73 0.52 0 0.27
HSL 223.11º 0.57% 0.46% -
HSV(B) 223.11º 0.73% 0.73% -
XYZ 13.56 11.16 47.34 -
YUV 87.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 50 88 185 0.73 0.52 0 0.27 223.11 0.57 0.46
Hex 32 58 B9 49 34 0 1B DF 39 2E
Octal 62 130 271 111 64 0 33 337 71 56
Binary 110010 1011000 10111001 1001001 110100 0 11011 11011111 111001 101110

Color Harmonies of #3258B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258B9

Black with #3258B9

Text Example


Text Example

White with #3258B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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