Html Css Color HEX #738CBC Wild Blue Yonder

📋 copy color: '#738CBC'

red 115 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #738CBC

Tints of Wild Blue Yonder #738CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 25.96%
G = 31.6%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#738CBC (or 0x738CBC) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and BC. RGB value is (115,140,188). Sum of RGB (Red+Green+Blue) = 115+140+188=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #738CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CBC is #8C7343. Grayscale: #898989. Windows color (decimal): -9204548 or 12356723. OLE color: 12356723.

HSL color Cylindrical-coordinate representation of color #738CBC: hue angle of 219.45º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738CBC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 140 188 -
CMYK 0.39 0.26 0 0.26
HSL 219.45º 0.35% 0.59% -
HSV(B) 219.45º 0.39% 0.74% -
XYZ 25.53 26.03 51.26 -
YUV 138 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 115 140 188 0.39 0.26 0 0.26 219.45 0.35 0.59
Hex 73 8C BC 27 1A 0 1A DB 23 3B
Octal 163 214 274 47 32 0 32 333 43 73
Binary 1110011 10001100 10111100 100111 11010 0 11010 11011011 100011 111011

Color Harmonies of #738CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CBC

Black with #738CBC

Text Example


Text Example

White with #738CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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