Html Css Color HEX #3848AD Cerulean Blue

📋 copy color: '#3848AD'

red 56 ◦ green 72 ◦ blue 173

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

Shades of Cerulean Blue #3848AD

Tints of Cerulean Blue #3848AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 18.6%
G = 23.92%
B = 57.48%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3848AD (or 0x3848AD) is known color: Cerulean Blue. HEX triplet: 38, 48 and AD. RGB value is (56,72,173). Sum of RGB (Red+Green+Blue) = 56+72+173=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #3848AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3848AD is #C7B752. Grayscale: #4E4E4E. Windows color (decimal): -13088595 or 11356216. OLE color: 11356216.

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

Color convert

RGB 56 72 173 -
CMYK 0.68 0.58 0 0.32
HSL 231.79º 0.51% 0.45% -
HSV(B) 231.79º 0.68% 0.68% -
XYZ 11.49 8.49 40.57 -
YUV 78.73 181.2 111.79 -
System Red Green Blue C M Y K H S L
Decimal 56 72 173 0.68 0.58 0 0.32 231.79 0.51 0.45
Hex 38 48 AD 44 3A 0 20 E8 33 2D
Octal 70 110 255 104 72 0 40 350 63 55
Binary 111000 1001000 10101101 1000100 111010 0 100000 11101000 110011 101101

Color Harmonies of #3848AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3848AD

Black with #3848AD

Text Example


Text Example

White with #3848AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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