Html Css Color HEX #265F70 Orient

📋 copy color: '#265F70'

red 38 ◦ green 95 ◦ blue 112

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

Shades of Orient #265F70

Tints of Orient #265F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 15.51%
G = 38.78%
B = 45.71%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265F70 (or 0x265F70) is known color: Orient. HEX triplet: 26, 5F and 70. RGB value is (38,95,112). Sum of RGB (Red+Green+Blue) = 38+95+112=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #265F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F70 is #D9A08F. Grayscale: #4F4F4F. Windows color (decimal): -14262416 or 7364390. OLE color: 7364390.

HSL color Cylindrical-coordinate representation of color #265F70: hue angle of 193.78º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265F70 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 95 112 -
CMYK 0.66 0.15 0 0.56
HSL 193.78º 0.49% 0.29% -
HSV(B) 193.78º 0.66% 0.44% -
XYZ 7.82 9.77 16.8 -
YUV 79.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 38 95 112 0.66 0.15 0 0.56 193.78 0.49 0.29
Hex 26 5F 70 42 F 0 38 C2 31 1D
Octal 46 137 160 102 17 0 70 302 61 35
Binary 100110 1011111 1110000 1000010 1111 0 111000 11000010 110001 11101

Color Harmonies of #265F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F70

Black with #265F70

Text Example


Text Example

White with #265F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,95,112); }

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

background-color css

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

 a { background-color: rgb(38,95,112); }

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

border-color css

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

 span { border-color: rgb(38,95,112); }

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