Html Css Color HEX #388ACD Curious Blue

📋 copy color: '#388ACD'

red 56 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #388ACD

Tints of Curious Blue #388ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 14.04%
G = 34.59%
B = 51.38%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#388ACD (or 0x388ACD) is known color: Curious Blue. HEX triplet: 38, 8A and CD. RGB value is (56,138,205). Sum of RGB (Red+Green+Blue) = 56+138+205=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #388ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ACD is #C77532. Grayscale: #787878. Windows color (decimal): -13071667 or 13470264. OLE color: 13470264.

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

Color convert

RGB 56 138 205 -
CMYK 0.73 0.33 0 0.20
HSL 206.98º 0.6% 0.51% -
HSV(B) 206.98º 0.73% 0.8% -
XYZ 21.74 23.43 61.13 -
YUV 121.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 56 138 205 0.73 0.33 0 0.20 206.98 0.6 0.51
Hex 38 8A CD 49 21 0 14 CF 3C 33
Octal 70 212 315 111 41 0 24 317 74 63
Binary 111000 10001010 11001101 1001001 100001 0 10100 11001111 111100 110011

Color Harmonies of #388ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388ACD

Black with #388ACD

Text Example


Text Example

White with #388ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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