Html Css Color HEX #388FB7 Curious Blue

📋 copy color: '#388FB7'

red 56 ◦ green 143 ◦ blue 183

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

Shades of Curious Blue #388FB7

Tints of Curious Blue #388FB7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

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

R = 14.66%
G = 37.43%
B = 47.91%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#388FB7 (or 0x388FB7) is known color: Curious Blue. HEX triplet: 38, 8F and B7. RGB value is (56,143,183). Sum of RGB (Red+Green+Blue) = 56+143+183=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #388FB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FB7 is #C77048. Grayscale: #797979. Windows color (decimal): -13070409 or 12029752. OLE color: 12029752.

HSL color Cylindrical-coordinate representation of color #388FB7: hue angle of 198.9º 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 #388FB7 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 143 183 -
CMYK 0.69 0.22 0 0.28
HSL 198.9º 0.53% 0.47% -
HSV(B) 198.9º 0.69% 0.72% -
XYZ 20 23.9 48.36 -
YUV 121.55 162.68 81.25 -
System Red Green Blue C M Y K H S L
Decimal 56 143 183 0.69 0.22 0 0.28 198.9 0.53 0.47
Hex 38 8F B7 45 16 0 1C C7 35 2F
Octal 70 217 267 105 26 0 34 307 65 57
Binary 111000 10001111 10110111 1000101 10110 0 11100 11000111 110101 101111

Color Harmonies of #388FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FB7

Black with #388FB7

Text Example


Text Example

White with #388FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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