Html Css Color HEX #3258CE Cerulean Blue

📋 copy color: '#3258CE'

red 50 ◦ green 88 ◦ blue 206

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

Shades of Cerulean Blue #3258CE

Tints of Cerulean Blue #3258CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 14.53%
G = 25.58%
B = 59.88%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3258CE (or 0x3258CE) is known color: Cerulean Blue. HEX triplet: 32, 58 and CE. RGB value is (50,88,206). Sum of RGB (Red+Green+Blue) = 50+88+206=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #3258CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258CE is #CDA731. Grayscale: #595959. Windows color (decimal): -13477682 or 13522994. OLE color: 13522994.

HSL color Cylindrical-coordinate representation of color #3258CE: hue angle of 225.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3258CE is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 88 206 -
CMYK 0.76 0.57 0 0.19
HSL 225.38º 0.61% 0.5% -
HSV(B) 225.38º 0.76% 0.81% -
XYZ 15.95 12.11 59.89 -
YUV 90.09 193.41 99.41 -
System Red Green Blue C M Y K H S L
Decimal 50 88 206 0.76 0.57 0 0.19 225.38 0.61 0.5
Hex 32 58 CE 4C 39 0 13 E1 3D 32
Octal 62 130 316 114 71 0 23 341 75 62
Binary 110010 1011000 11001110 1001100 111001 0 10011 11100001 111101 110010

Color Harmonies of #3258CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258CE

Black with #3258CE

Text Example


Text Example

White with #3258CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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