Html Css Color HEX #3250AF Cerulean Blue

📋 copy color: '#3250AF'

red 50 ◦ green 80 ◦ blue 175

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

Shades of Cerulean Blue #3250AF

Tints of Cerulean Blue #3250AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 16.39%
G = 26.23%
B = 57.38%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3250AF (or 0x3250AF) is known color: Cerulean Blue. HEX triplet: 32, 50 and AF. RGB value is (50,80,175). Sum of RGB (Red+Green+Blue) = 50+80+175=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #3250AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3250AF is #CDAF50. Grayscale: #515151. Windows color (decimal): -13479761 or 11489330. OLE color: 11489330.

HSL color Cylindrical-coordinate representation of color #3250AF: hue angle of 225.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3250AF is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 80 175 -
CMYK 0.71 0.54 0 0.31
HSL 225.6º 0.56% 0.44% -
HSV(B) 225.6º 0.71% 0.69% -
XYZ 11.92 9.51 41.76 -
YUV 81.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 50 80 175 0.71 0.54 0 0.31 225.6 0.56 0.44
Hex 32 50 AF 47 36 0 1F E2 38 2C
Octal 62 120 257 107 66 0 37 342 70 54
Binary 110010 1010000 10101111 1000111 110110 0 11111 11100010 111000 101100

Color Harmonies of #3250AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250AF

Black with #3250AF

Text Example


Text Example

White with #3250AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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