Html Css Color HEX #384DB6 Cerulean Blue

📋 copy color: '#384DB6'

red 56 ◦ green 77 ◦ blue 182

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

Shades of Cerulean Blue #384DB6

Tints of Cerulean Blue #384DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

 BLUE value IS 182 (71.48% from 255) = 57.78%

R = 17.78%
G = 24.44%
B = 57.78%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#384DB6 (or 0x384DB6) is known color: Cerulean Blue. HEX triplet: 38, 4D and B6. RGB value is (56,77,182). Sum of RGB (Red+Green+Blue) = 56+77+182=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #384DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DB6 is #C7B249. Grayscale: #525252. Windows color (decimal): -13087306 or 11947320. OLE color: 11947320.

HSL color Cylindrical-coordinate representation of color #384DB6: hue angle of 230º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384DB6 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 77 182 -
CMYK 0.69 0.58 0 0.29
HSL 230º 0.53% 0.47% -
HSV(B) 230º 0.69% 0.71% -
XYZ 12.73 9.53 45.42 -
YUV 82.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 56 77 182 0.69 0.58 0 0.29 230 0.53 0.47
Hex 38 4D B6 45 3A 0 1D E6 35 2F
Octal 70 115 266 105 72 0 35 346 65 57
Binary 111000 1001101 10110110 1000101 111010 0 11101 11100110 110101 101111

Color Harmonies of #384DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DB6

Black with #384DB6

Text Example


Text Example

White with #384DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,182); }

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

background-color css

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

 a { background-color: rgb(56,77,182); }

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

border-color css

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

 span { border-color: rgb(56,77,182); }

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