Html Css Color HEX #384EAE Cerulean Blue

📋 copy color: '#384EAE'

red 56 ◦ green 78 ◦ blue 174

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

Shades of Cerulean Blue #384EAE

Tints of Cerulean Blue #384EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 18.18%
G = 25.32%
B = 56.49%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#384EAE (or 0x384EAE) is known color: Cerulean Blue. HEX triplet: 38, 4E and AE. RGB value is (56,78,174). Sum of RGB (Red+Green+Blue) = 56+78+174=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #384EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384EAE is #C7B151. Grayscale: #515151. Windows color (decimal): -13087058 or 11423288. OLE color: 11423288.

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

Color convert

RGB 56 78 174 -
CMYK 0.68 0.55 0 0.32
HSL 228.81º 0.51% 0.45% -
HSV(B) 228.81º 0.68% 0.68% -
XYZ 12 9.35 41.22 -
YUV 82.37 179.71 109.19 -
System Red Green Blue C M Y K H S L
Decimal 56 78 174 0.68 0.55 0 0.32 228.81 0.51 0.45
Hex 38 4E AE 44 37 0 20 E5 33 2D
Octal 70 116 256 104 67 0 40 345 63 55
Binary 111000 1001110 10101110 1000100 110111 0 100000 11100101 110011 101101

Color Harmonies of #384EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EAE

Black with #384EAE

Text Example


Text Example

White with #384EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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