Html Css Color HEX #384AAA Cerulean Blue

📋 copy color: '#384AAA'

red 56 ◦ green 74 ◦ blue 170

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

Shades of Cerulean Blue #384AAA

Tints of Cerulean Blue #384AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 18.67%
G = 24.67%
B = 56.67%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#384AAA (or 0x384AAA) is known color: Cerulean Blue. HEX triplet: 38, 4A and AA. RGB value is (56,74,170). Sum of RGB (Red+Green+Blue) = 56+74+170=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #384AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384AAA is #C7B555. Grayscale: #4F4F4F. Windows color (decimal): -13088086 or 11160120. OLE color: 11160120.

HSL color Cylindrical-coordinate representation of color #384AAA: hue angle of 230.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384AAA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 74 170 -
CMYK 0.67 0.56 0 0.33
HSL 230.53º 0.5% 0.44% -
HSV(B) 230.53º 0.67% 0.67% -
XYZ 11.34 8.64 39.1 -
YUV 79.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 56 74 170 0.67 0.56 0 0.33 230.53 0.5 0.44
Hex 38 4A AA 43 38 0 21 E7 32 2C
Octal 70 112 252 103 70 0 41 347 62 54
Binary 111000 1001010 10101010 1000011 111000 0 100001 11100111 110010 101100

Color Harmonies of #384AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384AAA

Black with #384AAA

Text Example


Text Example

White with #384AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,170); }

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

background-color css

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

 a { background-color: rgb(56,74,170); }

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

border-color css

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

 span { border-color: rgb(56,74,170); }

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