Html Css Color HEX #3253CC Cerulean Blue

📋 copy color: '#3253CC'

red 50 ◦ green 83 ◦ blue 204

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

Shades of Cerulean Blue #3253CC

Tints of Cerulean Blue #3253CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

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

R = 14.84%
G = 24.63%
B = 60.53%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3253CC (or 0x3253CC) is known color: Cerulean Blue. HEX triplet: 32, 53 and CC. RGB value is (50,83,204). Sum of RGB (Red+Green+Blue) = 50+83+204=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #3253CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3253CC is #CDAC33. Grayscale: #565656. Windows color (decimal): -13478964 or 13390642. OLE color: 13390642.

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

Color convert

RGB 50 83 204 -
CMYK 0.75 0.59 0 0.2
HSL 227.14º 0.61% 0.5% -
HSV(B) 227.14º 0.75% 0.8% -
XYZ 15.31 11.22 58.49 -
YUV 86.93 194.07 101.66 -
System Red Green Blue C M Y K H S L
Decimal 50 83 204 0.75 0.59 0 0.2 227.14 0.61 0.5
Hex 32 53 CC 4B 3B 0 14 E3 3D 32
Octal 62 123 314 113 73 0 24 343 75 62
Binary 110010 1010011 11001100 1001011 111011 0 10100 11100011 111101 110010

Color Harmonies of #3253CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3253CC

Black with #3253CC

Text Example


Text Example

White with #3253CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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