Html Css Color HEX #388DBC Curious Blue

📋 copy color: '#388DBC'

red 56 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #388DBC

Tints of Curious Blue #388DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 14.55%
G = 36.62%
B = 48.83%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#388DBC (or 0x388DBC) is known color: Curious Blue. HEX triplet: 38, 8D and BC. RGB value is (56,141,188). Sum of RGB (Red+Green+Blue) = 56+141+188=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #388DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DBC is #C77243. Grayscale: #787878. Windows color (decimal): -13070916 or 12356920. OLE color: 12356920.

HSL color Cylindrical-coordinate representation of color #388DBC: hue angle of 201.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388DBC is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 141 188 -
CMYK 0.70 0.25 0 0.26
HSL 201.36º 0.54% 0.48% -
HSV(B) 201.36º 0.7% 0.74% -
XYZ 20.23 23.52 51.05 -
YUV 120.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 56 141 188 0.70 0.25 0 0.26 201.36 0.54 0.48
Hex 38 8D BC 46 19 0 1A C9 36 30
Octal 70 215 274 106 31 0 32 311 66 60
Binary 111000 10001101 10111100 1000110 11001 0 11010 11001001 110110 110000

Color Harmonies of #388DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DBC

Black with #388DBC

Text Example


Text Example

White with #388DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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