Html Css Color HEX #388BD8 Curious Blue

📋 copy color: '#388BD8'

red 56 ◦ green 139 ◦ blue 216

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

Shades of Curious Blue #388BD8

Tints of Curious Blue #388BD8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

 BLUE value IS 216 (84.77% from 255) = 52.55%

R = 13.63%
G = 33.82%
B = 52.55%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#388BD8 (or 0x388BD8) is known color: Curious Blue. HEX triplet: 38, 8B and D8. RGB value is (56,139,216). Sum of RGB (Red+Green+Blue) = 56+139+216=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #388BD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BD8 is #C77427. Grayscale: #7A7A7A. Windows color (decimal): -13071400 or 14191416. OLE color: 14191416.

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

Color convert

RGB 56 139 216 -
CMYK 0.74 0.36 0 0.15
HSL 208.88º 0.67% 0.53% -
HSV(B) 208.88º 0.74% 0.85% -
XYZ 23.26 24.26 68.42 -
YUV 122.96 180.5 80.24 -
System Red Green Blue C M Y K H S L
Decimal 56 139 216 0.74 0.36 0 0.15 208.88 0.67 0.53
Hex 38 8B D8 4A 24 0 F D1 43 35
Octal 70 213 330 112 44 0 17 321 103 65
Binary 111000 10001011 11011000 1001010 100100 0 1111 11010001 1000011 110101

Color Harmonies of #388BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BD8

Black with #388BD8

Text Example


Text Example

White with #388BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,139,216); }

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

background-color css

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

 a { background-color: rgb(56,139,216); }

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

border-color css

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

 span { border-color: rgb(56,139,216); }

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