Html Css Color HEX #3250AA Cerulean Blue

📋 copy color: '#3250AA'

red 50 ◦ green 80 ◦ blue 170

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

Shades of Cerulean Blue #3250AA

Tints of Cerulean Blue #3250AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 16.67%
G = 26.67%
B = 56.67%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3250AA (or 0x3250AA) is known color: Cerulean Blue. HEX triplet: 32, 50 and AA. RGB value is (50,80,170). Sum of RGB (Red+Green+Blue) = 50+80+170=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #3250AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3250AA is #CDAF55. Grayscale: #505050. Windows color (decimal): -13479766 or 11161650. OLE color: 11161650.

HSL color Cylindrical-coordinate representation of color #3250AA: hue angle of 225º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3250AA is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 80 170 -
CMYK 0.71 0.53 0 0.33
HSL 225º 0.55% 0.43% -
HSV(B) 225º 0.71% 0.67% -
XYZ 11.44 9.32 39.23 -
YUV 81.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 50 80 170 0.71 0.53 0 0.33 225 0.55 0.43
Hex 32 50 AA 47 35 0 21 E1 37 2B
Octal 62 120 252 107 65 0 41 341 67 53
Binary 110010 1010000 10101010 1000111 110101 0 100001 11100001 110111 101011

Color Harmonies of #3250AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250AA

Black with #3250AA

Text Example


Text Example

White with #3250AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3250AA; }

 p { color: rgb(50,80,170); }

 H1.HeaderClassName
 {
   color: #3250AA;
 }
 .AnyTagClassName
 {
   color: #3250AA;
 }
</style>

background-color css

<style>
 a { background-color: #3250AA; }

 a { background-color: rgb(50,80,170); }

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

border-color css

<style>
 span { border-color: #3250AA; }

 span { border-color: rgb(50,80,170); }

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