Html Css Color HEX #738CBE Wild Blue Yonder

📋 copy color: '#738CBE'

red 115 ◦ green 140 ◦ blue 190

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

Shades of Wild Blue Yonder #738CBE

Tints of Wild Blue Yonder #738CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 25.84%
G = 31.46%
B = 42.7%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#738CBE (or 0x738CBE) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and BE. RGB value is (115,140,190). Sum of RGB (Red+Green+Blue) = 115+140+190=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #738CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CBE is #8C7341. Grayscale: #8A8A8A. Windows color (decimal): -9204546 or 12487795. OLE color: 12487795.

HSL color Cylindrical-coordinate representation of color #738CBE: hue angle of 220º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738CBE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 140 190 -
CMYK 0.39 0.26 0 0.25
HSL 220º 0.37% 0.6% -
HSV(B) 220º 0.39% 0.75% -
XYZ 25.74 26.12 52.4 -
YUV 138.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 115 140 190 0.39 0.26 0 0.25 220 0.37 0.6
Hex 73 8C BE 27 1A 0 19 DC 25 3C
Octal 163 214 276 47 32 0 31 334 45 74
Binary 1110011 10001100 10111110 100111 11010 0 11001 11011100 100101 111100

Color Harmonies of #738CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CBE

Black with #738CBE

Text Example


Text Example

White with #738CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,140,190); }

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

background-color css

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

 a { background-color: rgb(115,140,190); }

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

border-color css

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

 span { border-color: rgb(115,140,190); }

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