Html Css Color HEX #738CC2 Wild Blue Yonder

📋 copy color: '#738CC2'

red 115 ◦ green 140 ◦ blue 194

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

Shades of Wild Blue Yonder #738CC2

Tints of Wild Blue Yonder #738CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 25.61%
G = 31.18%
B = 43.21%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#738CC2 (or 0x738CC2) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and C2. RGB value is (115,140,194). Sum of RGB (Red+Green+Blue) = 115+140+194=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #738CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CC2 is #8C733D. Grayscale: #8A8A8A. Windows color (decimal): -9204542 or 12749939. OLE color: 12749939.

HSL color Cylindrical-coordinate representation of color #738CC2: hue angle of 221.01º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #738CC2 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 140 194 -
CMYK 0.41 0.28 0 0.24
HSL 221.01º 0.39% 0.61% -
HSV(B) 221.01º 0.41% 0.76% -
XYZ 26.19 26.3 54.73 -
YUV 138.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 115 140 194 0.41 0.28 0 0.24 221.01 0.39 0.61
Hex 73 8C C2 29 1C 0 18 DD 27 3D
Octal 163 214 302 51 34 0 30 335 47 75
Binary 1110011 10001100 11000010 101001 11100 0 11000 11011101 100111 111101

Color Harmonies of #738CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CC2

Black with #738CC2

Text Example


Text Example

White with #738CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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