Html Css Color HEX #388BCD Curious Blue

📋 copy color: '#388BCD'

red 56 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #388BCD

Tints of Curious Blue #388BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 14%
G = 34.75%
B = 51.25%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#388BCD (or 0x388BCD) is known color: Curious Blue. HEX triplet: 38, 8B and CD. RGB value is (56,139,205). Sum of RGB (Red+Green+Blue) = 56+139+205=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #388BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BCD is #C77432. Grayscale: #797979. Windows color (decimal): -13071411 or 13470520. OLE color: 13470520.

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

Color convert

RGB 56 139 205 -
CMYK 0.73 0.32 0 0.20
HSL 206.58º 0.6% 0.51% -
HSV(B) 206.58º 0.73% 0.8% -
XYZ 21.88 23.71 61.18 -
YUV 121.71 175 81.13 -
System Red Green Blue C M Y K H S L
Decimal 56 139 205 0.73 0.32 0 0.20 206.58 0.6 0.51
Hex 38 8B CD 49 20 0 14 CF 3C 33
Octal 70 213 315 111 40 0 24 317 74 63
Binary 111000 10001011 11001101 1001001 100000 0 10100 11001111 111100 110011

Color Harmonies of #388BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BCD

Black with #388BCD

Text Example


Text Example

White with #388BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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