Html Css Color HEX #388BBE Curious Blue

📋 copy color: '#388BBE'

red 56 ◦ green 139 ◦ blue 190

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

Shades of Curious Blue #388BBE

Tints of Curious Blue #388BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 14.55%
G = 36.1%
B = 49.35%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#388BBE (or 0x388BBE) is known color: Curious Blue. HEX triplet: 38, 8B and BE. RGB value is (56,139,190). Sum of RGB (Red+Green+Blue) = 56+139+190=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #388BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BBE is #C77441. Grayscale: #777777. Windows color (decimal): -13071426 or 12487480. OLE color: 12487480.

HSL color Cylindrical-coordinate representation of color #388BBE: hue angle of 202.84º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #388BBE is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 139 190 -
CMYK 0.71 0.27 0 0.25
HSL 202.84º 0.54% 0.48% -
HSV(B) 202.84º 0.71% 0.75% -
XYZ 20.16 23.02 52.1 -
YUV 120 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 56 139 190 0.71 0.27 0 0.25 202.84 0.54 0.48
Hex 38 8B BE 47 1B 0 19 CB 36 30
Octal 70 213 276 107 33 0 31 313 66 60
Binary 111000 10001011 10111110 1000111 11011 0 11001 11001011 110110 110000

Color Harmonies of #388BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BBE

Black with #388BBE

Text Example


Text Example

White with #388BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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