Html Css Color HEX #388BDC Curious Blue

📋 copy color: '#388BDC'

red 56 ◦ green 139 ◦ blue 220

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

Shades of Curious Blue #388BDC

Tints of Curious Blue #388BDC

RGB

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

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

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

R = 13.49%
G = 33.49%
B = 53.01%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#388BDC (or 0x388BDC) is known color: Curious Blue. HEX triplet: 38, 8B and DC. RGB value is (56,139,220). Sum of RGB (Red+Green+Blue) = 56+139+220=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #388BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BDC is #C77423. Grayscale: #7B7B7B. Windows color (decimal): -13071396 or 14453560. OLE color: 14453560.

HSL color Cylindrical-coordinate representation of color #388BDC: hue angle of 209.63º 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 #388BDC is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 139 220 -
CMYK 0.75 0.37 0 0.14
HSL 209.63º 0.7% 0.54% -
HSV(B) 209.63º 0.75% 0.86% -
XYZ 23.78 24.47 71.18 -
YUV 123.42 182.5 79.91 -
System Red Green Blue C M Y K H S L
Decimal 56 139 220 0.75 0.37 0 0.14 209.63 0.7 0.54
Hex 38 8B DC 4B 25 0 E D2 46 36
Octal 70 213 334 113 45 0 16 322 106 66
Binary 111000 10001011 11011100 1001011 100101 0 1110 11010010 1000110 110110

Color Harmonies of #388BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BDC

Black with #388BDC

Text Example


Text Example

White with #388BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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