Html Css Color HEX #388DD9 Curious Blue

📋 copy color: '#388DD9'

red 56 ◦ green 141 ◦ blue 217

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

Shades of Curious Blue #388DD9

Tints of Curious Blue #388DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 52.42%

R = 13.53%
G = 34.06%
B = 52.42%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#388DD9 (or 0x388DD9) is known color: Curious Blue. HEX triplet: 38, 8D and D9. RGB value is (56,141,217). Sum of RGB (Red+Green+Blue) = 56+141+217=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #388DD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DD9 is #C77226. Grayscale: #7B7B7B. Windows color (decimal): -13070887 or 14257464. OLE color: 14257464.

HSL color Cylindrical-coordinate representation of color #388DD9: hue angle of 208.32º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388DD9 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 141 217 -
CMYK 0.74 0.35 0 0.15
HSL 208.32º 0.68% 0.54% -
HSV(B) 208.32º 0.74% 0.85% -
XYZ 23.68 24.9 69.2 -
YUV 124.25 180.34 79.32 -
System Red Green Blue C M Y K H S L
Decimal 56 141 217 0.74 0.35 0 0.15 208.32 0.68 0.54
Hex 38 8D D9 4A 23 0 F D0 44 36
Octal 70 215 331 112 43 0 17 320 104 66
Binary 111000 10001101 11011001 1001010 100011 0 1111 11010000 1000100 110110

Color Harmonies of #388DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DD9

Black with #388DD9

Text Example


Text Example

White with #388DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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