Html Css Color HEX #3255AB Cerulean Blue

📋 copy color: '#3255AB'

red 50 ◦ green 85 ◦ blue 171

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

Shades of Cerulean Blue #3255AB

Tints of Cerulean Blue #3255AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 16.34%
G = 27.78%
B = 55.88%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3255AB (or 0x3255AB) is known color: Cerulean Blue. HEX triplet: 32, 55 and AB. RGB value is (50,85,171). Sum of RGB (Red+Green+Blue) = 50+85+171=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #3255AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3255AB is #CDAA54. Grayscale: #535353. Windows color (decimal): -13478485 or 11228466. OLE color: 11228466.

HSL color Cylindrical-coordinate representation of color #3255AB: hue angle of 222.64º 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 #3255AB is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 85 171 -
CMYK 0.71 0.50 0 0.33
HSL 222.64º 0.55% 0.43% -
HSV(B) 222.64º 0.71% 0.67% -
XYZ 11.91 10.12 39.85 -
YUV 84.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 50 85 171 0.71 0.50 0 0.33 222.64 0.55 0.43
Hex 32 55 AB 47 32 0 21 DF 37 2B
Octal 62 125 253 107 62 0 41 337 67 53
Binary 110010 1010101 10101011 1000111 110010 0 100001 11011111 110111 101011

Color Harmonies of #3255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255AB

Black with #3255AB

Text Example


Text Example

White with #3255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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