Html Css Color HEX #388AB1 Curious Blue

📋 copy color: '#388AB1'

red 56 ◦ green 138 ◦ blue 177

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

Shades of Curious Blue #388AB1

Tints of Curious Blue #388AB1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 177 (69.53% from 255) = 47.71%

R = 15.09%
G = 37.2%
B = 47.71%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#388AB1 (or 0x388AB1) is known color: Curious Blue. HEX triplet: 38, 8A and B1. RGB value is (56,138,177). Sum of RGB (Red+Green+Blue) = 56+138+177=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #388AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AB1 is #C7754E. Grayscale: #757575. Windows color (decimal): -13071695 or 11635256. OLE color: 11635256.

HSL color Cylindrical-coordinate representation of color #388AB1: hue angle of 199.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388AB1 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 138 177 -
CMYK 0.68 0.22 0 0.31
HSL 199.34º 0.52% 0.46% -
HSV(B) 199.34º 0.68% 0.69% -
XYZ 18.66 22.19 44.9 -
YUV 117.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 56 138 177 0.68 0.22 0 0.31 199.34 0.52 0.46
Hex 38 8A B1 44 16 0 1F C7 34 2E
Octal 70 212 261 104 26 0 37 307 64 56
Binary 111000 10001010 10110001 1000100 10110 0 11111 11000111 110100 101110

Color Harmonies of #388AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388AB1

Black with #388AB1

Text Example


Text Example

White with #388AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,138,177); }

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

background-color css

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

 a { background-color: rgb(56,138,177); }

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

border-color css

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

 span { border-color: rgb(56,138,177); }

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