Html Css Color HEX #3256AF Cerulean Blue

📋 copy color: '#3256AF'

red 50 ◦ green 86 ◦ blue 175

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

Shades of Cerulean Blue #3256AF

Tints of Cerulean Blue #3256AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 16.08%
G = 27.65%
B = 56.27%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3256AF (or 0x3256AF) is known color: Cerulean Blue. HEX triplet: 32, 56 and AF. RGB value is (50,86,175). Sum of RGB (Red+Green+Blue) = 50+86+175=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3256AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3256AF is #CDA950. Grayscale: #545454. Windows color (decimal): -13478225 or 11490866. OLE color: 11490866.

HSL color Cylindrical-coordinate representation of color #3256AF: hue angle of 222.72º 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 #3256AF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 86 175 -
CMYK 0.71 0.51 0 0.31
HSL 222.72º 0.56% 0.44% -
HSV(B) 222.72º 0.71% 0.69% -
XYZ 12.38 10.43 41.92 -
YUV 85.38 178.57 102.76 -
System Red Green Blue C M Y K H S L
Decimal 50 86 175 0.71 0.51 0 0.31 222.72 0.56 0.44
Hex 32 56 AF 47 33 0 1F DF 38 2C
Octal 62 126 257 107 63 0 37 337 70 54
Binary 110010 1010110 10101111 1000111 110011 0 11111 11011111 111000 101100

Color Harmonies of #3256AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256AF

Black with #3256AF

Text Example


Text Example

White with #3256AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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