Html Css Color HEX #384FAE Cerulean Blue

📋 copy color: '#384FAE'

red 56 ◦ green 79 ◦ blue 174

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

Shades of Cerulean Blue #384FAE

Tints of Cerulean Blue #384FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

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

R = 18.12%
G = 25.57%
B = 56.31%

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

#384FAE (or 0x384FAE) is known color: Cerulean Blue. HEX triplet: 38, 4F and AE. RGB value is (56,79,174). Sum of RGB (Red+Green+Blue) = 56+79+174=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #384FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384FAE is #C7B051. Grayscale: #525252. Windows color (decimal): -13086802 or 11423544. OLE color: 11423544.

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

Color convert

RGB 56 79 174 -
CMYK 0.68 0.55 0 0.32
HSL 228.31º 0.51% 0.45% -
HSV(B) 228.31º 0.68% 0.68% -
XYZ 12.07 9.49 41.24 -
YUV 82.95 179.38 108.78 -
System Red Green Blue C M Y K H S L
Decimal 56 79 174 0.68 0.55 0 0.32 228.31 0.51 0.45
Hex 38 4F AE 44 37 0 20 E4 33 2D
Octal 70 117 256 104 67 0 40 344 63 55
Binary 111000 1001111 10101110 1000100 110111 0 100000 11100100 110011 101101

Color Harmonies of #384FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FAE

Black with #384FAE

Text Example


Text Example

White with #384FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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