Html Css Color HEX #295F7D Orient

📋 copy color: '#295F7D'

red 41 ◦ green 95 ◦ blue 125

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

Shades of Orient #295F7D

Tints of Orient #295F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 15.71%
G = 36.4%
B = 47.89%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#295F7D (or 0x295F7D) is known color: Orient. HEX triplet: 29, 5F and 7D. RGB value is (41,95,125). Sum of RGB (Red+Green+Blue) = 41+95+125=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #295F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F7D is #D6A082. Grayscale: #525252. Windows color (decimal): -14065795 or 8216361. OLE color: 8216361.

HSL color Cylindrical-coordinate representation of color #295F7D: hue angle of 201.43º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295F7D is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 95 125 -
CMYK 0.67 0.24 0 0.51
HSL 201.43º 0.51% 0.33% -
HSV(B) 201.43º 0.67% 0.49% -
XYZ 8.71 10.14 20.9 -
YUV 82.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 41 95 125 0.67 0.24 0 0.51 201.43 0.51 0.33
Hex 29 5F 7D 43 18 0 33 C9 33 21
Octal 51 137 175 103 30 0 63 311 63 41
Binary 101001 1011111 1111101 1000011 11000 0 110011 11001001 110011 100001

Color Harmonies of #295F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F7D

Black with #295F7D

Text Example


Text Example

White with #295F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,125); }

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

background-color css

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

 a { background-color: rgb(41,95,125); }

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

border-color css

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

 span { border-color: rgb(41,95,125); }

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