Html Css Color HEX #295E7B Orient

📋 copy color: '#295E7B'

red 41 ◦ green 94 ◦ blue 123

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

Shades of Orient #295E7B

Tints of Orient #295E7B

RGB

 RED value IS 41 (16.41% from 255) = 15.89%

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 123 (48.44% from 255) = 47.67%

R = 15.89%
G = 36.43%
B = 47.67%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#295E7B (or 0x295E7B) is known color: Orient. HEX triplet: 29, 5E and 7B. RGB value is (41,94,123). Sum of RGB (Red+Green+Blue) = 41+94+123=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #295E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E7B is #D6A184. Grayscale: #515151. Windows color (decimal): -14066053 or 8085033. OLE color: 8085033.

HSL color Cylindrical-coordinate representation of color #295E7B: hue angle of 201.22º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295E7B is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 94 123 -
CMYK 0.67 0.24 0 0.52
HSL 201.22º 0.5% 0.32% -
HSV(B) 201.22º 0.67% 0.48% -
XYZ 8.49 9.91 20.2 -
YUV 81.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 41 94 123 0.67 0.24 0 0.52 201.22 0.5 0.32
Hex 29 5E 7B 43 18 0 34 C9 32 20
Octal 51 136 173 103 30 0 64 311 62 40
Binary 101001 1011110 1111011 1000011 11000 0 110100 11001001 110010 100000

Color Harmonies of #295E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E7B

Black with #295E7B

Text Example


Text Example

White with #295E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295E7B; }

 p { color: rgb(41,94,123); }

 H1.HeaderClassName
 {
   color: #295E7B;
 }
 .AnyTagClassName
 {
   color: #295E7B;
 }
</style>

background-color css

<style>
 a { background-color: #295E7B; }

 a { background-color: rgb(41,94,123); }

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

border-color css

<style>
 span { border-color: #295E7B; }

 span { border-color: rgb(41,94,123); }

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