Html Css Color HEX #388ECE Curious Blue

📋 copy color: '#388ECE'

red 56 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #388ECE

Tints of Curious Blue #388ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.15%

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

R = 13.86%
G = 35.15%
B = 50.99%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#388ECE (or 0x388ECE) is known color: Curious Blue. HEX triplet: 38, 8E and CE. RGB value is (56,142,206). Sum of RGB (Red+Green+Blue) = 56+142+206=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #388ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ECE is #C77131. Grayscale: #7B7B7B. Windows color (decimal): -13070642 or 13536824. OLE color: 13536824.

HSL color Cylindrical-coordinate representation of color #388ECE: hue angle of 205.6º 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 #388ECE is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 142 206 -
CMYK 0.73 0.31 0 0.19
HSL 205.6º 0.6% 0.51% -
HSV(B) 205.6º 0.73% 0.81% -
XYZ 22.44 24.64 61.97 -
YUV 123.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 56 142 206 0.73 0.31 0 0.19 205.6 0.6 0.51
Hex 38 8E CE 49 1F 0 13 CE 3C 33
Octal 70 216 316 111 37 0 23 316 74 63
Binary 111000 10001110 11001110 1001001 11111 0 10011 11001110 111100 110011

Color Harmonies of #388ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388ECE

Black with #388ECE

Text Example


Text Example

White with #388ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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