Html Css Color HEX #384EAC Cerulean Blue

📋 copy color: '#384EAC'

red 56 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #384EAC

Tints of Cerulean Blue #384EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.49%

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 18.3%
G = 25.49%
B = 56.21%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#384EAC (or 0x384EAC) is known color: Cerulean Blue. HEX triplet: 38, 4E and AC. RGB value is (56,78,172). Sum of RGB (Red+Green+Blue) = 56+78+172=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #384EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384EAC is #C7B153. Grayscale: #515151. Windows color (decimal): -13087060 or 11292216. OLE color: 11292216.

HSL color Cylindrical-coordinate representation of color #384EAC: hue angle of 228.62º 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 #384EAC is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 78 172 -
CMYK 0.67 0.55 0 0.33
HSL 228.62º 0.51% 0.45% -
HSV(B) 228.62º 0.67% 0.67% -
XYZ 11.8 9.27 40.2 -
YUV 82.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 56 78 172 0.67 0.55 0 0.33 228.62 0.51 0.45
Hex 38 4E AC 43 37 0 21 E5 33 2D
Octal 70 116 254 103 67 0 41 345 63 55
Binary 111000 1001110 10101100 1000011 110111 0 100001 11100101 110011 101101

Color Harmonies of #384EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EAC

Black with #384EAC

Text Example


Text Example

White with #384EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384EAC; }

 p { color: rgb(56,78,172); }

 H1.HeaderClassName
 {
   color: #384EAC;
 }
 .AnyTagClassName
 {
   color: #384EAC;
 }
</style>

background-color css

<style>
 a { background-color: #384EAC; }

 a { background-color: rgb(56,78,172); }

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

border-color css

<style>
 span { border-color: #384EAC; }

 span { border-color: rgb(56,78,172); }

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