Html Css Color HEX #265C74 Orient

📋 copy color: '#265C74'

red 38 ◦ green 92 ◦ blue 116

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

Shades of Orient #265C74

Tints of Orient #265C74

RGB

 RED value IS 38 (15.23% from 255) = 15.45%

 GREEN value IS 92 (36.33% from 255) = 37.4%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 15.45%
G = 37.4%
B = 47.15%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265C74 (or 0x265C74) is known color: Orient. HEX triplet: 26, 5C and 74. RGB value is (38,92,116). Sum of RGB (Red+Green+Blue) = 38+92+116=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #265C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C74 is #D9A38B. Grayscale: #4E4E4E. Windows color (decimal): -14263180 or 7625766. OLE color: 7625766.

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

Color convert

RGB 38 92 116 -
CMYK 0.67 0.21 0 0.55
HSL 198.46º 0.51% 0.3% -
HSV(B) 198.46º 0.67% 0.45% -
XYZ 7.78 9.33 17.91 -
YUV 78.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 38 92 116 0.67 0.21 0 0.55 198.46 0.51 0.3
Hex 26 5C 74 43 15 0 37 C6 33 1E
Octal 46 134 164 103 25 0 67 306 63 36
Binary 100110 1011100 1110100 1000011 10101 0 110111 11000110 110011 11110

Color Harmonies of #265C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C74

Black with #265C74

Text Example


Text Example

White with #265C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265C74; }

 p { color: rgb(38,92,116); }

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

background-color css

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

 a { background-color: rgb(38,92,116); }

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

border-color css

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

 span { border-color: rgb(38,92,116); }

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