Html Css Color HEX #388DDB Curious Blue

📋 copy color: '#388DDB'

red 56 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #388DDB

Tints of Curious Blue #388DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 13.46%
G = 33.89%
B = 52.64%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#388DDB (or 0x388DDB) is known color: Curious Blue. HEX triplet: 38, 8D and DB. RGB value is (56,141,219). Sum of RGB (Red+Green+Blue) = 56+141+219=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #388DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DDB is #C77224. Grayscale: #7C7C7C. Windows color (decimal): -13070885 or 14388536. OLE color: 14388536.

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

Color convert

RGB 56 141 219 -
CMYK 0.74 0.36 0 0.14
HSL 208.71º 0.69% 0.54% -
HSV(B) 208.71º 0.74% 0.86% -
XYZ 23.94 25 70.58 -
YUV 124.48 181.34 79.16 -
System Red Green Blue C M Y K H S L
Decimal 56 141 219 0.74 0.36 0 0.14 208.71 0.69 0.54
Hex 38 8D DB 4A 24 0 E D1 45 36
Octal 70 215 333 112 44 0 16 321 105 66
Binary 111000 10001101 11011011 1001010 100100 0 1110 11010001 1000101 110110

Color Harmonies of #388DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DDB

Black with #388DDB

Text Example


Text Example

White with #388DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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