Html Css Color HEX #3842AD Cerulean Blue

📋 copy color: '#3842AD'

red 56 ◦ green 66 ◦ blue 173

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

Shades of Cerulean Blue #3842AD

Tints of Cerulean Blue #3842AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

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

R = 18.98%
G = 22.37%
B = 58.64%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3842AD (or 0x3842AD) is known color: Cerulean Blue. HEX triplet: 38, 42 and AD. RGB value is (56,66,173). Sum of RGB (Red+Green+Blue) = 56+66+173=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3842AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3842AD is #C7BD52. Grayscale: #4A4A4A. Windows color (decimal): -13090131 or 11354680. OLE color: 11354680.

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

Color convert

RGB 56 66 173 -
CMYK 0.68 0.62 0 0.32
HSL 234.87º 0.51% 0.45% -
HSV(B) 234.87º 0.68% 0.68% -
XYZ 11.12 7.75 40.45 -
YUV 75.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 56 66 173 0.68 0.62 0 0.32 234.87 0.51 0.45
Hex 38 42 AD 44 3E 0 20 EB 33 2D
Octal 70 102 255 104 76 0 40 353 63 55
Binary 111000 1000010 10101101 1000100 111110 0 100000 11101011 110011 101101

Color Harmonies of #3842AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3842AD

Black with #3842AD

Text Example


Text Example

White with #3842AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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