Html Css Color HEX #387AB2 Curious Blue

📋 copy color: '#387AB2'

red 56 ◦ green 122 ◦ blue 178

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

Shades of Curious Blue #387AB2

Tints of Curious Blue #387AB2

RGB

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

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

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

R = 15.73%
G = 34.27%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#387AB2 (or 0x387AB2) is known color: Curious Blue. HEX triplet: 38, 7A and B2. RGB value is (56,122,178). Sum of RGB (Red+Green+Blue) = 56+122+178=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #387AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387AB2 is #C7854D. Grayscale: #6C6C6C. Windows color (decimal): -13075790 or 11696696. OLE color: 11696696.

HSL color Cylindrical-coordinate representation of color #387AB2: hue angle of 207.54º 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 #387AB2 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 122 178 -
CMYK 0.69 0.31 0 0.30
HSL 207.54º 0.52% 0.46% -
HSV(B) 207.54º 0.69% 0.7% -
XYZ 16.63 17.97 44.71 -
YUV 108.65 167.13 90.45 -
System Red Green Blue C M Y K H S L
Decimal 56 122 178 0.69 0.31 0 0.30 207.54 0.52 0.46
Hex 38 7A B2 45 1F 0 1E D0 34 2E
Octal 70 172 262 105 37 0 36 320 64 56
Binary 111000 1111010 10110010 1000101 11111 0 11110 11010000 110100 101110

Color Harmonies of #387AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AB2

Black with #387AB2

Text Example


Text Example

White with #387AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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