Html Css Color HEX #388CDB Curious Blue

📋 copy color: '#388CDB'

red 56 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #388CDB

Tints of Curious Blue #388CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 13.49%
G = 33.73%
B = 52.77%

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

#388CDB (or 0x388CDB) is known color: Curious Blue. HEX triplet: 38, 8C and DB. RGB value is (56,140,219). Sum of RGB (Red+Green+Blue) = 56+140+219=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #388CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CDB is #C77324. Grayscale: #7B7B7B. Windows color (decimal): -13071141 or 14388280. OLE color: 14388280.

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

Color convert

RGB 56 140 219 -
CMYK 0.74 0.36 0 0.14
HSL 209.08º 0.69% 0.54% -
HSV(B) 209.08º 0.74% 0.86% -
XYZ 23.8 24.71 70.53 -
YUV 123.89 181.67 79.58 -
System Red Green Blue C M Y K H S L
Decimal 56 140 219 0.74 0.36 0 0.14 209.08 0.69 0.54
Hex 38 8C DB 4A 24 0 E D1 45 36
Octal 70 214 333 112 44 0 16 321 105 66
Binary 111000 10001100 11011011 1001010 100100 0 1110 11010001 1000101 110110

Color Harmonies of #388CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CDB

Black with #388CDB

Text Example


Text Example

White with #388CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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