Html Css Color HEX #3850AD Cerulean Blue

📋 copy color: '#3850AD'

red 56 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #3850AD

Tints of Cerulean Blue #3850AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 18.12%
G = 25.89%
B = 55.99%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3850AD (or 0x3850AD) is known color: Cerulean Blue. HEX triplet: 38, 50 and AD. RGB value is (56,80,173). Sum of RGB (Red+Green+Blue) = 56+80+173=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3850AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3850AD is #C7AF52. Grayscale: #535353. Windows color (decimal): -13086547 or 11358264. OLE color: 11358264.

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

Color convert

RGB 56 80 173 -
CMYK 0.68 0.54 0 0.32
HSL 227.69º 0.51% 0.45% -
HSV(B) 227.69º 0.68% 0.68% -
XYZ 12.04 9.6 40.75 -
YUV 83.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 56 80 173 0.68 0.54 0 0.32 227.69 0.51 0.45
Hex 38 50 AD 44 36 0 20 E4 33 2D
Octal 70 120 255 104 66 0 40 344 63 55
Binary 111000 1010000 10101101 1000100 110110 0 100000 11100100 110011 101101

Color Harmonies of #3850AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3850AD

Black with #3850AD

Text Example


Text Example

White with #3850AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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