Html Css Color HEX #388AB2 Curious Blue

📋 copy color: '#388AB2'

red 56 ◦ green 138 ◦ blue 178

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

Shades of Curious Blue #388AB2

Tints of Curious Blue #388AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.85%

R = 15.05%
G = 37.1%
B = 47.85%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#388AB2 (or 0x388AB2) is known color: Curious Blue. HEX triplet: 38, 8A and B2. RGB value is (56,138,178). Sum of RGB (Red+Green+Blue) = 56+138+178=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #388AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AB2 is #C7754D. Grayscale: #757575. Windows color (decimal): -13071694 or 11700792. OLE color: 11700792.

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

Color convert

RGB 56 138 178 -
CMYK 0.69 0.22 0 0.30
HSL 199.67º 0.52% 0.46% -
HSV(B) 199.67º 0.69% 0.7% -
XYZ 18.76 22.23 45.42 -
YUV 118.04 161.83 83.75 -
System Red Green Blue C M Y K H S L
Decimal 56 138 178 0.69 0.22 0 0.30 199.67 0.52 0.46
Hex 38 8A B2 45 16 0 1E C8 34 2E
Octal 70 212 262 105 26 0 36 310 64 56
Binary 111000 10001010 10110010 1000101 10110 0 11110 11001000 110100 101110

Color Harmonies of #388AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388AB2

Black with #388AB2

Text Example


Text Example

White with #388AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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