Html Css Color HEX #738AC2 Wild Blue Yonder

📋 copy color: '#738AC2'

red 115 ◦ green 138 ◦ blue 194

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

Shades of Wild Blue Yonder #738AC2

Tints of Wild Blue Yonder #738AC2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.87%

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

R = 25.73%
G = 30.87%
B = 43.4%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#738AC2 (or 0x738AC2) is known color: Wild Blue Yonder. HEX triplet: 73, 8A and C2. RGB value is (115,138,194). Sum of RGB (Red+Green+Blue) = 115+138+194=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #738AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738AC2 is #8C753D. Grayscale: #898989. Windows color (decimal): -9205054 or 12749427. OLE color: 12749427.

HSL color Cylindrical-coordinate representation of color #738AC2: hue angle of 222.53º 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 #738AC2 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 138 194 -
CMYK 0.41 0.29 0 0.24
HSL 222.53º 0.39% 0.61% -
HSV(B) 222.53º 0.41% 0.76% -
XYZ 25.9 25.72 54.64 -
YUV 137.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 115 138 194 0.41 0.29 0 0.24 222.53 0.39 0.61
Hex 73 8A C2 29 1D 0 18 DF 27 3D
Octal 163 212 302 51 35 0 30 337 47 75
Binary 1110011 10001010 11000010 101001 11101 0 11000 11011111 100111 111101

Color Harmonies of #738AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738AC2

Black with #738AC2

Text Example


Text Example

White with #738AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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