Html Css Color HEX #3258B8 Cerulean Blue

📋 copy color: '#3258B8'

red 50 ◦ green 88 ◦ blue 184

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

Shades of Cerulean Blue #3258B8

Tints of Cerulean Blue #3258B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 57.14%

R = 15.53%
G = 27.33%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3258B8 (or 0x3258B8) is known color: Cerulean Blue. HEX triplet: 32, 58 and B8. RGB value is (50,88,184). Sum of RGB (Red+Green+Blue) = 50+88+184=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 184 (72.27% from 255 or 57.14% from 322); Max value from RGB is 184 - color contains mainly: blue. Hex color #3258B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258B8 is #CDA747. Grayscale: #575757. Windows color (decimal): -13477704 or 12081202. OLE color: 12081202.

HSL color Cylindrical-coordinate representation of color #3258B8: hue angle of 222.99º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3258B8 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 88 184 -
CMYK 0.73 0.52 0 0.28
HSL 222.99º 0.57% 0.46% -
HSV(B) 222.99º 0.73% 0.72% -
XYZ 13.46 11.12 46.78 -
YUV 87.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 50 88 184 0.73 0.52 0 0.28 222.99 0.57 0.46
Hex 32 58 B8 49 34 0 1C DF 39 2E
Octal 62 130 270 111 64 0 34 337 71 56
Binary 110010 1011000 10111000 1001001 110100 0 11100 11011111 111001 101110

Color Harmonies of #3258B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258B8

Black with #3258B8

Text Example


Text Example

White with #3258B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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