Html Css Color HEX #3258CC Cerulean Blue

📋 copy color: '#3258CC'

red 50 ◦ green 88 ◦ blue 204

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

Shades of Cerulean Blue #3258CC

Tints of Cerulean Blue #3258CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 14.62%
G = 25.73%
B = 59.65%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3258CC (or 0x3258CC) is known color: Cerulean Blue. HEX triplet: 32, 58 and CC. RGB value is (50,88,204). Sum of RGB (Red+Green+Blue) = 50+88+204=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #3258CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258CC is #CDA733. Grayscale: #595959. Windows color (decimal): -13477684 or 13391922. OLE color: 13391922.

HSL color Cylindrical-coordinate representation of color #3258CC: hue angle of 225.19º degrees, saturation: 0.61, 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 #3258CC is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 88 204 -
CMYK 0.75 0.57 0 0.2
HSL 225.19º 0.61% 0.5% -
HSV(B) 225.19º 0.75% 0.8% -
XYZ 15.7 12.02 58.62 -
YUV 89.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 50 88 204 0.75 0.57 0 0.2 225.19 0.61 0.5
Hex 32 58 CC 4B 39 0 14 E1 3D 32
Octal 62 130 314 113 71 0 24 341 75 62
Binary 110010 1011000 11001100 1001011 111001 0 10100 11100001 111101 110010

Color Harmonies of #3258CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258CC

Black with #3258CC

Text Example


Text Example

White with #3258CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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