Html Css Color HEX #265C7B Orient

📋 copy color: '#265C7B'

red 38 ◦ green 92 ◦ blue 123

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

Shades of Orient #265C7B

Tints of Orient #265C7B

RGB

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

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

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

R = 15.02%
G = 36.36%
B = 48.62%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#265C7B (or 0x265C7B) is known color: Orient. HEX triplet: 26, 5C and 7B. RGB value is (38,92,123). Sum of RGB (Red+Green+Blue) = 38+92+123=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #265C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C7B is #D9A384. Grayscale: #4F4F4F. Windows color (decimal): -14263173 or 8084518. OLE color: 8084518.

HSL color Cylindrical-coordinate representation of color #265C7B: hue angle of 201.88º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #265C7B is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 92 123 -
CMYK 0.69 0.25 0 0.52
HSL 201.88º 0.53% 0.32% -
HSV(B) 201.88º 0.69% 0.48% -
XYZ 8.2 9.5 20.14 -
YUV 79.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 38 92 123 0.69 0.25 0 0.52 201.88 0.53 0.32
Hex 26 5C 7B 45 19 0 34 CA 35 20
Octal 46 134 173 105 31 0 64 312 65 40
Binary 100110 1011100 1111011 1000101 11001 0 110100 11001010 110101 100000

Color Harmonies of #265C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C7B

Black with #265C7B

Text Example


Text Example

White with #265C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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