Html Css Color HEX #388DCE Curious Blue

📋 copy color: '#388DCE'

red 56 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #388DCE

Tints of Curious Blue #388DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 13.9%
G = 34.99%
B = 51.12%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#388DCE (or 0x388DCE) is known color: Curious Blue. HEX triplet: 38, 8D and CE. RGB value is (56,141,206). Sum of RGB (Red+Green+Blue) = 56+141+206=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #388DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DCE is #C77231. Grayscale: #7A7A7A. Windows color (decimal): -13070898 or 13536568. OLE color: 13536568.

HSL color Cylindrical-coordinate representation of color #388DCE: hue angle of 206º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388DCE is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 141 206 -
CMYK 0.73 0.32 0 0.19
HSL 206º 0.6% 0.51% -
HSV(B) 206º 0.73% 0.81% -
XYZ 22.3 24.35 61.92 -
YUV 123 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 56 141 206 0.73 0.32 0 0.19 206 0.6 0.51
Hex 38 8D CE 49 20 0 13 CE 3C 33
Octal 70 215 316 111 40 0 23 316 74 63
Binary 111000 10001101 11001110 1001001 100000 0 10011 11001110 111100 110011

Color Harmonies of #388DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DCE

Black with #388DCE

Text Example


Text Example

White with #388DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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