Html Css Color HEX #388ACC Curious Blue

📋 copy color: '#388ACC'

red 56 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #388ACC

Tints of Curious Blue #388ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 14.07%
G = 34.67%
B = 51.26%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#388ACC (or 0x388ACC) is known color: Curious Blue. HEX triplet: 38, 8A and CC. RGB value is (56,138,204). Sum of RGB (Red+Green+Blue) = 56+138+204=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #388ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ACC is #C77533. Grayscale: #787878. Windows color (decimal): -13071668 or 13404728. OLE color: 13404728.

HSL color Cylindrical-coordinate representation of color #388ACC: hue angle of 206.76º degrees, saturation: 0.59, 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 #388ACC is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 138 204 -
CMYK 0.73 0.32 0 0.2
HSL 206.76º 0.59% 0.51% -
HSV(B) 206.76º 0.73% 0.8% -
XYZ 21.62 23.38 60.5 -
YUV 121.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 56 138 204 0.73 0.32 0 0.2 206.76 0.59 0.51
Hex 38 8A CC 49 20 0 14 CF 3B 33
Octal 70 212 314 111 40 0 24 317 73 63
Binary 111000 10001010 11001100 1001001 100000 0 10100 11001111 111011 110011

Color Harmonies of #388ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388ACC

Black with #388ACC

Text Example


Text Example

White with #388ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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