Html Css Color HEX #3258CB Cerulean Blue

📋 copy color: '#3258CB'

red 50 ◦ green 88 ◦ blue 203

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

Shades of Cerulean Blue #3258CB

Tints of Cerulean Blue #3258CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.53%

R = 14.66%
G = 25.81%
B = 59.53%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3258CB (or 0x3258CB) is known color: Cerulean Blue. HEX triplet: 32, 58 and CB. RGB value is (50,88,203). Sum of RGB (Red+Green+Blue) = 50+88+203=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #3258CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258CB is #CDA734. Grayscale: #595959. Windows color (decimal): -13477685 or 13326386. OLE color: 13326386.

HSL color Cylindrical-coordinate representation of color #3258CB: hue angle of 225.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3258CB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 88 203 -
CMYK 0.75 0.57 0 0.20
HSL 225.1º 0.6% 0.5% -
HSV(B) 225.1º 0.75% 0.8% -
XYZ 15.58 11.97 57.99 -
YUV 89.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 50 88 203 0.75 0.57 0 0.20 225.1 0.6 0.5
Hex 32 58 CB 4B 39 0 14 E1 3C 32
Octal 62 130 313 113 71 0 24 341 74 62
Binary 110010 1011000 11001011 1001011 111001 0 10100 11100001 111100 110010

Color Harmonies of #3258CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258CB

Black with #3258CB

Text Example


Text Example

White with #3258CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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