Html Css Color HEX #388BCE Curious Blue

📋 copy color: '#388BCE'

red 56 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #388BCE

Tints of Curious Blue #388BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 13.97%
G = 34.66%
B = 51.37%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#388BCE (or 0x388BCE) is known color: Curious Blue. HEX triplet: 38, 8B and CE. RGB value is (56,139,206). Sum of RGB (Red+Green+Blue) = 56+139+206=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #388BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BCE is #C77431. Grayscale: #797979. Windows color (decimal): -13071410 or 13536056. OLE color: 13536056.

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

Color convert

RGB 56 139 206 -
CMYK 0.73 0.33 0 0.19
HSL 206.8º 0.6% 0.51% -
HSV(B) 206.8º 0.73% 0.81% -
XYZ 22 23.76 61.82 -
YUV 121.82 175.5 81.05 -
System Red Green Blue C M Y K H S L
Decimal 56 139 206 0.73 0.33 0 0.19 206.8 0.6 0.51
Hex 38 8B CE 49 21 0 13 CF 3C 33
Octal 70 213 316 111 41 0 23 317 74 63
Binary 111000 10001011 11001110 1001001 100001 0 10011 11001111 111100 110011

Color Harmonies of #388BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BCE

Black with #388BCE

Text Example


Text Example

White with #388BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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