Html Css Color HEX #3855AD Cerulean Blue

📋 copy color: '#3855AD'

red 56 ◦ green 85 ◦ blue 173

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

Shades of Cerulean Blue #3855AD

Tints of Cerulean Blue #3855AD

RGB

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

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

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

R = 17.83%
G = 27.07%
B = 55.1%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3855AD (or 0x3855AD) is known color: Cerulean Blue. HEX triplet: 38, 55 and AD. RGB value is (56,85,173). Sum of RGB (Red+Green+Blue) = 56+85+173=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #3855AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3855AD is #C7AA52. Grayscale: #555555. Windows color (decimal): -13085267 or 11359544. OLE color: 11359544.

HSL color Cylindrical-coordinate representation of color #3855AD: hue angle of 225.13º 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 #3855AD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 85 173 -
CMYK 0.68 0.51 0 0.32
HSL 225.13º 0.51% 0.45% -
HSV(B) 225.13º 0.68% 0.68% -
XYZ 12.42 10.35 40.88 -
YUV 86.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 56 85 173 0.68 0.51 0 0.32 225.13 0.51 0.45
Hex 38 55 AD 44 33 0 20 E1 33 2D
Octal 70 125 255 104 63 0 40 341 63 55
Binary 111000 1010101 10101101 1000100 110011 0 100000 11100001 110011 101101

Color Harmonies of #3855AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3855AD

Black with #3855AD

Text Example


Text Example

White with #3855AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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