Html Css Color HEX #388FBA Curious Blue

📋 copy color: '#388FBA'

red 56 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #388FBA

Tints of Curious Blue #388FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 14.55%
G = 37.14%
B = 48.31%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#388FBA (or 0x388FBA) is known color: Curious Blue. HEX triplet: 38, 8F and BA. RGB value is (56,143,186). Sum of RGB (Red+Green+Blue) = 56+143+186=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #388FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FBA is #C77045. Grayscale: #797979. Windows color (decimal): -13070406 or 12226360. OLE color: 12226360.

HSL color Cylindrical-coordinate representation of color #388FBA: hue angle of 199.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388FBA is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 143 186 -
CMYK 0.70 0.23 0 0.27
HSL 199.85º 0.54% 0.47% -
HSV(B) 199.85º 0.7% 0.73% -
XYZ 20.32 24.03 50.02 -
YUV 121.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 56 143 186 0.70 0.23 0 0.27 199.85 0.54 0.47
Hex 38 8F BA 46 17 0 1B C8 36 2F
Octal 70 217 272 106 27 0 33 310 66 57
Binary 111000 10001111 10111010 1000110 10111 0 11011 11001000 110110 101111

Color Harmonies of #388FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FBA

Black with #388FBA

Text Example


Text Example

White with #388FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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