Html Css Color HEX #384BAE Cerulean Blue

📋 copy color: '#384BAE'

red 56 ◦ green 75 ◦ blue 174

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

Shades of Cerulean Blue #384BAE

Tints of Cerulean Blue #384BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

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

R = 18.36%
G = 24.59%
B = 57.05%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#384BAE (or 0x384BAE) is known color: Cerulean Blue. HEX triplet: 38, 4B and AE. RGB value is (56,75,174). Sum of RGB (Red+Green+Blue) = 56+75+174=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #384BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384BAE is #C7B451. Grayscale: #505050. Windows color (decimal): -13087826 or 11422520. OLE color: 11422520.

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

Color convert

RGB 56 75 174 -
CMYK 0.68 0.57 0 0.32
HSL 230.34º 0.51% 0.45% -
HSV(B) 230.34º 0.68% 0.68% -
XYZ 11.79 8.93 41.15 -
YUV 80.61 180.71 110.45 -
System Red Green Blue C M Y K H S L
Decimal 56 75 174 0.68 0.57 0 0.32 230.34 0.51 0.45
Hex 38 4B AE 44 39 0 20 E6 33 2D
Octal 70 113 256 104 71 0 40 346 63 55
Binary 111000 1001011 10101110 1000100 111001 0 100000 11100110 110011 101101

Color Harmonies of #384BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BAE

Black with #384BAE

Text Example


Text Example

White with #384BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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