Html Css Color HEX #256272 Orient

📋 copy color: '#256272'

red 37 ◦ green 98 ◦ blue 114

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

Shades of Orient #256272

Tints of Orient #256272

RGB

 RED value IS 37 (14.84% from 255) = 14.86%

 GREEN value IS 98 (38.67% from 255) = 39.36%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 14.86%
G = 39.36%
B = 45.78%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256272 (or 0x256272) is known color: Orient. HEX triplet: 25, 62 and 72. RGB value is (37,98,114). Sum of RGB (Red+Green+Blue) = 37+98+114=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #256272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256272 is #DA9D8D. Grayscale: #515151. Windows color (decimal): -14327182 or 7496229. OLE color: 7496229.

HSL color Cylindrical-coordinate representation of color #256272: hue angle of 192.47º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256272 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 98 114 -
CMYK 0.68 0.14 0 0.55
HSL 192.47º 0.51% 0.3% -
HSV(B) 192.47º 0.68% 0.45% -
XYZ 8.17 10.34 17.49 -
YUV 81.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 37 98 114 0.68 0.14 0 0.55 192.47 0.51 0.3
Hex 25 62 72 44 E 0 37 C0 33 1E
Octal 45 142 162 104 16 0 67 300 63 36
Binary 100101 1100010 1110010 1000100 1110 0 110111 11000000 110011 11110

Color Harmonies of #256272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256272

Black with #256272

Text Example


Text Example

White with #256272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256272; }

 p { color: rgb(37,98,114); }

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

background-color css

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

 a { background-color: rgb(37,98,114); }

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

border-color css

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

 span { border-color: rgb(37,98,114); }

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