Html Css Color HEX #3255AE Cerulean Blue

📋 copy color: '#3255AE'

red 50 ◦ green 85 ◦ blue 174

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

Shades of Cerulean Blue #3255AE

Tints of Cerulean Blue #3255AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 174 (68.36% from 255) = 56.31%

R = 16.18%
G = 27.51%
B = 56.31%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3255AE (or 0x3255AE) is known color: Cerulean Blue. HEX triplet: 32, 55 and AE. RGB value is (50,85,174). Sum of RGB (Red+Green+Blue) = 50+85+174=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #3255AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3255AE is #CDAA51. Grayscale: #545454. Windows color (decimal): -13478482 or 11425074. OLE color: 11425074.

HSL color Cylindrical-coordinate representation of color #3255AE: hue angle of 223.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3255AE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 85 174 -
CMYK 0.71 0.51 0 0.32
HSL 223.06º 0.55% 0.44% -
HSV(B) 223.06º 0.71% 0.68% -
XYZ 12.2 10.23 41.38 -
YUV 84.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 50 85 174 0.71 0.51 0 0.32 223.06 0.55 0.44
Hex 32 55 AE 47 33 0 20 DF 37 2C
Octal 62 125 256 107 63 0 40 337 67 54
Binary 110010 1010101 10101110 1000111 110011 0 100000 11011111 110111 101100

Color Harmonies of #3255AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255AE

Black with #3255AE

Text Example


Text Example

White with #3255AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3255AE; }

 p { color: rgb(50,85,174); }

 H1.HeaderClassName
 {
   color: #3255AE;
 }
 .AnyTagClassName
 {
   color: #3255AE;
 }
</style>

background-color css

<style>
 a { background-color: #3255AE; }

 a { background-color: rgb(50,85,174); }

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

border-color css

<style>
 span { border-color: #3255AE; }

 span { border-color: rgb(50,85,174); }

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