Html Css Color HEX #388BCC Curious Blue

📋 copy color: '#388BCC'

red 56 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #388BCC

Tints of Curious Blue #388BCC

RGB

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

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

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

R = 14.04%
G = 34.84%
B = 51.13%

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

#388BCC (or 0x388BCC) is known color: Curious Blue. HEX triplet: 38, 8B and CC. RGB value is (56,139,204). Sum of RGB (Red+Green+Blue) = 56+139+204=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #388BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BCC is #C77433. Grayscale: #797979. Windows color (decimal): -13071412 or 13404984. OLE color: 13404984.

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

Color convert

RGB 56 139 204 -
CMYK 0.73 0.32 0 0.2
HSL 206.35º 0.59% 0.51% -
HSV(B) 206.35º 0.73% 0.8% -
XYZ 21.76 23.67 60.55 -
YUV 121.59 174.5 81.21 -
System Red Green Blue C M Y K H S L
Decimal 56 139 204 0.73 0.32 0 0.2 206.35 0.59 0.51
Hex 38 8B CC 49 20 0 14 CE 3B 33
Octal 70 213 314 111 40 0 24 316 73 63
Binary 111000 10001011 11001100 1001001 100000 0 10100 11001110 111011 110011

Color Harmonies of #388BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BCC

Black with #388BCC

Text Example


Text Example

White with #388BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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