Html Css Color HEX #3258C5 Cerulean Blue

📋 copy color: '#3258C5'

red 50 ◦ green 88 ◦ blue 197

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

Shades of Cerulean Blue #3258C5

Tints of Cerulean Blue #3258C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 58.81%

R = 14.93%
G = 26.27%
B = 58.81%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3258C5 (or 0x3258C5) is known color: Cerulean Blue. HEX triplet: 32, 58 and C5. RGB value is (50,88,197). Sum of RGB (Red+Green+Blue) = 50+88+197=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 197 (77.34% from 255 or 58.81% from 335); Max value from RGB is 197 - color contains mainly: blue. Hex color #3258C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258C5 is #CDA73A. Grayscale: #585858. Windows color (decimal): -13477691 or 12933170. OLE color: 12933170.

HSL color Cylindrical-coordinate representation of color #3258C5: hue angle of 224.49º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3258C5 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 88 197 -
CMYK 0.75 0.55 0 0.23
HSL 224.49º 0.6% 0.48% -
HSV(B) 224.49º 0.75% 0.77% -
XYZ 14.88 11.69 54.3 -
YUV 89.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 50 88 197 0.75 0.55 0 0.23 224.49 0.6 0.48
Hex 32 58 C5 4B 37 0 17 E0 3C 30
Octal 62 130 305 113 67 0 27 340 74 60
Binary 110010 1011000 11000101 1001011 110111 0 10111 11100000 111100 110000

Color Harmonies of #3258C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258C5

Black with #3258C5

Text Example


Text Example

White with #3258C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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