Html Css Color HEX #3B50AB Cerulean Blue

📋 copy color: '#3B50AB'

red 59 ◦ green 80 ◦ blue 171

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

Shades of Cerulean Blue #3B50AB

Tints of Cerulean Blue #3B50AB

RGB

 RED value IS 59 (23.44% from 255) = 19.03%

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

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

R = 19.03%
G = 25.81%
B = 55.16%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B50AB (or 0x3B50AB) is known color: Cerulean Blue. HEX triplet: 3B, 50 and AB. RGB value is (59,80,171). Sum of RGB (Red+Green+Blue) = 59+80+171=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B50AB is #C4AF54. Grayscale: #535353. Windows color (decimal): -12889941 or 11227195. OLE color: 11227195.

HSL color Cylindrical-coordinate representation of color #3B50AB: hue angle of 228.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B50AB is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 80 171 -
CMYK 0.65 0.53 0 0.33
HSL 228.75º 0.49% 0.45% -
HSV(B) 228.75º 0.65% 0.67% -
XYZ 12.02 9.61 39.75 -
YUV 84.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 59 80 171 0.65 0.53 0 0.33 228.75 0.49 0.45
Hex 3B 50 AB 41 35 0 21 E5 31 2D
Octal 73 120 253 101 65 0 41 345 61 55
Binary 111011 1010000 10101011 1000001 110101 0 100001 11100101 110001 101101

Color Harmonies of #3B50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B50AB

Black with #3B50AB

Text Example


Text Example

White with #3B50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B50AB; }

 p { color: rgb(59,80,171); }

 H1.HeaderClassName
 {
   color: #3B50AB;
 }
 .AnyTagClassName
 {
   color: #3B50AB;
 }
</style>

background-color css

<style>
 a { background-color: #3B50AB; }

 a { background-color: rgb(59,80,171); }

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

border-color css

<style>
 span { border-color: #3B50AB; }

 span { border-color: rgb(59,80,171); }

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