Html Css Color HEX #738BDA Portage

📋 copy color: '#738BDA'

red 115 ◦ green 139 ◦ blue 218

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

Shades of Portage #738BDA

Tints of Portage #738BDA

RGB

 RED value IS 115 (45.31% from 255) = 24.36%

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 24.36%
G = 29.45%
B = 46.19%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#738BDA (or 0x738BDA) is known color: Portage. HEX triplet: 73, 8B and DA. RGB value is (115,139,218). Sum of RGB (Red+Green+Blue) = 115+139+218=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #738BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BDA is #8C7425. Grayscale: #8C8C8C. Windows color (decimal): -9204774 or 14322547. OLE color: 14322547.

HSL color Cylindrical-coordinate representation of color #738BDA: hue angle of 226.02º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #738BDA is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 139 218 -
CMYK 0.47 0.36 0 0.15
HSL 226.02º 0.58% 0.65% -
HSV(B) 226.02º 0.47% 0.85% -
XYZ 28.96 27.17 70.05 -
YUV 140.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 115 139 218 0.47 0.36 0 0.15 226.02 0.58 0.65
Hex 73 8B DA 2F 24 0 F E2 3A 41
Octal 163 213 332 57 44 0 17 342 72 101
Binary 1110011 10001011 11011010 101111 100100 0 1111 11100010 111010 1000001

Color Harmonies of #738BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BDA

Black with #738BDA

Text Example


Text Example

White with #738BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738BDA; }

 p { color: rgb(115,139,218); }

 H1.HeaderClassName
 {
   color: #738BDA;
 }
 .AnyTagClassName
 {
   color: #738BDA;
 }
</style>

background-color css

<style>
 a { background-color: #738BDA; }

 a { background-color: rgb(115,139,218); }

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

border-color css

<style>
 span { border-color: #738BDA; }

 span { border-color: rgb(115,139,218); }

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