Html Css Color HEX #384FAC Cerulean Blue

📋 copy color: '#384FAC'

red 56 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #384FAC

Tints of Cerulean Blue #384FAC

RGB

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

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

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

R = 18.24%
G = 25.73%
B = 56.03%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#384FAC (or 0x384FAC) is known color: Cerulean Blue. HEX triplet: 38, 4F and AC. RGB value is (56,79,172). Sum of RGB (Red+Green+Blue) = 56+79+172=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #384FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384FAC is #C7B053. Grayscale: #525252. Windows color (decimal): -13086804 or 11292472. OLE color: 11292472.

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

Color convert

RGB 56 79 172 -
CMYK 0.67 0.54 0 0.33
HSL 228.1º 0.51% 0.45% -
HSV(B) 228.1º 0.67% 0.67% -
XYZ 11.87 9.41 40.22 -
YUV 82.73 178.38 108.94 -
System Red Green Blue C M Y K H S L
Decimal 56 79 172 0.67 0.54 0 0.33 228.1 0.51 0.45
Hex 38 4F AC 43 36 0 21 E4 33 2D
Octal 70 117 254 103 66 0 41 344 63 55
Binary 111000 1001111 10101100 1000011 110110 0 100001 11100100 110011 101101

Color Harmonies of #384FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FAC

Black with #384FAC

Text Example


Text Example

White with #384FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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