Html Css Color HEX #388DDC Curious Blue

📋 copy color: '#388DDC'

red 56 ◦ green 141 ◦ blue 220

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

Shades of Curious Blue #388DDC

Tints of Curious Blue #388DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 13.43%
G = 33.81%
B = 52.76%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#388DDC (or 0x388DDC) is known color: Curious Blue. HEX triplet: 38, 8D and DC. RGB value is (56,141,220). Sum of RGB (Red+Green+Blue) = 56+141+220=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #388DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DDC is #C77223. Grayscale: #7C7C7C. Windows color (decimal): -13070884 or 14454072. OLE color: 14454072.

HSL color Cylindrical-coordinate representation of color #388DDC: hue angle of 208.9º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388DDC is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 141 220 -
CMYK 0.75 0.36 0 0.14
HSL 208.9º 0.7% 0.54% -
HSV(B) 208.9º 0.75% 0.86% -
XYZ 24.07 25.06 71.28 -
YUV 124.59 181.84 79.08 -
System Red Green Blue C M Y K H S L
Decimal 56 141 220 0.75 0.36 0 0.14 208.9 0.7 0.54
Hex 38 8D DC 4B 24 0 E D1 46 36
Octal 70 215 334 113 44 0 16 321 106 66
Binary 111000 10001101 11011100 1001011 100100 0 1110 11010001 1000110 110110

Color Harmonies of #388DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DDC

Black with #388DDC

Text Example


Text Example

White with #388DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388DDC; }

 p { color: rgb(56,141,220); }

 H1.HeaderClassName
 {
   color: #388DDC;
 }
 .AnyTagClassName
 {
   color: #388DDC;
 }
</style>

background-color css

<style>
 a { background-color: #388DDC; }

 a { background-color: rgb(56,141,220); }

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

border-color css

<style>
 span { border-color: #388DDC; }

 span { border-color: rgb(56,141,220); }

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