Html Css Color HEX #387ABD Curious Blue

📋 copy color: '#387ABD'

red 56 ◦ green 122 ◦ blue 189

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

Shades of Curious Blue #387ABD

Tints of Curious Blue #387ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 15.26%
G = 33.24%
B = 51.5%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#387ABD (or 0x387ABD) is known color: Curious Blue. HEX triplet: 38, 7A and BD. RGB value is (56,122,189). Sum of RGB (Red+Green+Blue) = 56+122+189=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #387ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ABD is #C78542. Grayscale: #6D6D6D. Windows color (decimal): -13075779 or 12417592. OLE color: 12417592.

HSL color Cylindrical-coordinate representation of color #387ABD: hue angle of 210.23º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387ABD is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 122 189 -
CMYK 0.70 0.35 0 0.26
HSL 210.23º 0.54% 0.48% -
HSV(B) 210.23º 0.7% 0.74% -
XYZ 17.78 18.43 50.77 -
YUV 109.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 56 122 189 0.70 0.35 0 0.26 210.23 0.54 0.48
Hex 38 7A BD 46 23 0 1A D2 36 30
Octal 70 172 275 106 43 0 32 322 66 60
Binary 111000 1111010 10111101 1000110 100011 0 11010 11010010 110110 110000

Color Harmonies of #387ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ABD

Black with #387ABD

Text Example


Text Example

White with #387ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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