Html Css Color HEX #3253BC Cerulean Blue

📋 copy color: '#3253BC'

red 50 ◦ green 83 ◦ blue 188

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

Shades of Cerulean Blue #3253BC

Tints of Cerulean Blue #3253BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 15.58%
G = 25.86%
B = 58.57%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3253BC (or 0x3253BC) is known color: Cerulean Blue. HEX triplet: 32, 53 and BC. RGB value is (50,83,188). Sum of RGB (Red+Green+Blue) = 50+83+188=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #3253BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3253BC is #CDAC43. Grayscale: #545454. Windows color (decimal): -13478980 or 12342066. OLE color: 12342066.

HSL color Cylindrical-coordinate representation of color #3253BC: hue angle of 225.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3253BC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 83 188 -
CMYK 0.73 0.56 0 0.26
HSL 225.65º 0.58% 0.47% -
HSV(B) 225.65º 0.73% 0.74% -
XYZ 13.49 10.5 48.89 -
YUV 85.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 50 83 188 0.73 0.56 0 0.26 225.65 0.58 0.47
Hex 32 53 BC 49 38 0 1A E2 3A 2F
Octal 62 123 274 111 70 0 32 342 72 57
Binary 110010 1010011 10111100 1001001 111000 0 11010 11100010 111010 101111

Color Harmonies of #3253BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3253BC

Black with #3253BC

Text Example


Text Example

White with #3253BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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