Html Css Color HEX #387ABA Curious Blue

📋 copy color: '#387ABA'

red 56 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #387ABA

Tints of Curious Blue #387ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 15.38%
G = 33.52%
B = 51.1%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#387ABA (or 0x387ABA) is known color: Curious Blue. HEX triplet: 38, 7A and BA. RGB value is (56,122,186). Sum of RGB (Red+Green+Blue) = 56+122+186=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #387ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ABA is #C78545. Grayscale: #6D6D6D. Windows color (decimal): -13075782 or 12220984. OLE color: 12220984.

HSL color Cylindrical-coordinate representation of color #387ABA: hue angle of 209.54º 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 #387ABA is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 122 186 -
CMYK 0.70 0.34 0 0.27
HSL 209.54º 0.54% 0.47% -
HSV(B) 209.54º 0.7% 0.73% -
XYZ 17.45 18.3 49.07 -
YUV 109.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 56 122 186 0.70 0.34 0 0.27 209.54 0.54 0.47
Hex 38 7A BA 46 22 0 1B D2 36 2F
Octal 70 172 272 106 42 0 33 322 66 57
Binary 111000 1111010 10111010 1000110 100010 0 11011 11010010 110110 101111

Color Harmonies of #387ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ABA

Black with #387ABA

Text Example


Text Example

White with #387ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387ABA; }

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

 H1.HeaderClassName
 {
   color: #387ABA;
 }
 .AnyTagClassName
 {
   color: #387ABA;
 }
</style>

background-color css

<style>
 a { background-color: #387ABA; }

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

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

border-color css

<style>
 span { border-color: #387ABA; }

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

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