Html Css Color HEX #388DB7 Curious Blue

📋 copy color: '#388DB7'

red 56 ◦ green 141 ◦ blue 183

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

Shades of Curious Blue #388DB7

Tints of Curious Blue #388DB7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 183 (71.88% from 255) = 48.16%

R = 14.74%
G = 37.11%
B = 48.16%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#388DB7 (or 0x388DB7) is known color: Curious Blue. HEX triplet: 38, 8D and B7. RGB value is (56,141,183). Sum of RGB (Red+Green+Blue) = 56+141+183=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #388DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DB7 is #C77248. Grayscale: #787878. Windows color (decimal): -13070921 or 12029240. OLE color: 12029240.

HSL color Cylindrical-coordinate representation of color #388DB7: hue angle of 199.84º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388DB7 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 141 183 -
CMYK 0.69 0.23 0 0.28
HSL 199.84º 0.53% 0.47% -
HSV(B) 199.84º 0.69% 0.72% -
XYZ 19.7 23.31 48.26 -
YUV 120.37 163.34 82.08 -
System Red Green Blue C M Y K H S L
Decimal 56 141 183 0.69 0.23 0 0.28 199.84 0.53 0.47
Hex 38 8D B7 45 17 0 1C C8 35 2F
Octal 70 215 267 105 27 0 34 310 65 57
Binary 111000 10001101 10110111 1000101 10111 0 11100 11001000 110101 101111

Color Harmonies of #388DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DB7

Black with #388DB7

Text Example


Text Example

White with #388DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,141,183); }

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

background-color css

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

 a { background-color: rgb(56,141,183); }

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

border-color css

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

 span { border-color: rgb(56,141,183); }

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