Html Css Color HEX #3850AB Cerulean Blue

📋 copy color: '#3850AB'

red 56 ◦ green 80 ◦ blue 171

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

Shades of Cerulean Blue #3850AB

Tints of Cerulean Blue #3850AB

RGB

 RED value IS 56 (22.27% from 255) = 18.24%

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

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

R = 18.24%
G = 26.06%
B = 55.7%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3850AB (or 0x3850AB) is known color: Cerulean Blue. HEX triplet: 38, 50 and AB. RGB value is (56,80,171). Sum of RGB (Red+Green+Blue) = 56+80+171=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #3850AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3850AB is #C7AF54. Grayscale: #525252. Windows color (decimal): -13086549 or 11227192. OLE color: 11227192.

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

Color convert

RGB 56 80 171 -
CMYK 0.67 0.53 0 0.33
HSL 227.48º 0.51% 0.45% -
HSV(B) 227.48º 0.67% 0.67% -
XYZ 11.85 9.52 39.74 -
YUV 83.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 56 80 171 0.67 0.53 0 0.33 227.48 0.51 0.45
Hex 38 50 AB 43 35 0 21 E3 33 2D
Octal 70 120 253 103 65 0 41 343 63 55
Binary 111000 1010000 10101011 1000011 110101 0 100001 11100011 110011 101101

Color Harmonies of #3850AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3850AB

Black with #3850AB

Text Example


Text Example

White with #3850AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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