Html Css Color HEX #387AB4 Curious Blue

📋 copy color: '#387AB4'

red 56 ◦ green 122 ◦ blue 180

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

Shades of Curious Blue #387AB4

Tints of Curious Blue #387AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 15.64%
G = 34.08%
B = 50.28%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#387AB4 (or 0x387AB4) is known color: Curious Blue. HEX triplet: 38, 7A and B4. RGB value is (56,122,180). Sum of RGB (Red+Green+Blue) = 56+122+180=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #387AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AB4 is #C7854B. Grayscale: #6C6C6C. Windows color (decimal): -13075788 or 11827768. OLE color: 11827768.

HSL color Cylindrical-coordinate representation of color #387AB4: hue angle of 208.06º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387AB4 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 122 180 -
CMYK 0.69 0.32 0 0.29
HSL 208.06º 0.53% 0.46% -
HSV(B) 208.06º 0.69% 0.71% -
XYZ 16.83 18.06 45.78 -
YUV 108.88 168.13 90.28 -
System Red Green Blue C M Y K H S L
Decimal 56 122 180 0.69 0.32 0 0.29 208.06 0.53 0.46
Hex 38 7A B4 45 20 0 1D D0 35 2E
Octal 70 172 264 105 40 0 35 320 65 56
Binary 111000 1111010 10110100 1000101 100000 0 11101 11010000 110101 101110

Color Harmonies of #387AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AB4

Black with #387AB4

Text Example


Text Example

White with #387AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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