Html Css Color HEX #3258B7 Cerulean Blue

📋 copy color: '#3258B7'

red 50 ◦ green 88 ◦ blue 183

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

Shades of Cerulean Blue #3258B7

Tints of Cerulean Blue #3258B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.01%

R = 15.58%
G = 27.41%
B = 57.01%

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

#3258B7 (or 0x3258B7) is known color: Cerulean Blue. HEX triplet: 32, 58 and B7. RGB value is (50,88,183). Sum of RGB (Red+Green+Blue) = 50+88+183=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #3258B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258B7 is #CDA748. Grayscale: #575757. Windows color (decimal): -13477705 or 12015666. OLE color: 12015666.

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

Color convert

RGB 50 88 183 -
CMYK 0.73 0.52 0 0.28
HSL 222.86º 0.57% 0.46% -
HSV(B) 222.86º 0.73% 0.72% -
XYZ 13.35 11.08 46.23 -
YUV 87.47 181.91 101.28 -
System Red Green Blue C M Y K H S L
Decimal 50 88 183 0.73 0.52 0 0.28 222.86 0.57 0.46
Hex 32 58 B7 49 34 0 1C DF 39 2E
Octal 62 130 267 111 64 0 34 337 71 56
Binary 110010 1011000 10110111 1001001 110100 0 11100 11011111 111001 101110

Color Harmonies of #3258B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258B7

Black with #3258B7

Text Example


Text Example

White with #3258B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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