Html Css Color HEX #235F7E Orient

📋 copy color: '#235F7E'

red 35 ◦ green 95 ◦ blue 126

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

Shades of Orient #235F7E

Tints of Orient #235F7E

RGB

 RED value IS 35 (14.06% from 255) = 13.67%

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

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 13.67%
G = 37.11%
B = 49.22%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#235F7E (or 0x235F7E) is known color: Orient. HEX triplet: 23, 5F and 7E. RGB value is (35,95,126). Sum of RGB (Red+Green+Blue) = 35+95+126=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #235F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F7E is #DCA081. Grayscale: #505050. Windows color (decimal): -14459010 or 8281891. OLE color: 8281891.

HSL color Cylindrical-coordinate representation of color #235F7E: hue angle of 200.44º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #235F7E is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 95 126 -
CMYK 0.72 0.25 0 0.51
HSL 200.44º 0.57% 0.32% -
HSV(B) 200.44º 0.72% 0.49% -
XYZ 8.55 10.05 21.23 -
YUV 80.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 35 95 126 0.72 0.25 0 0.51 200.44 0.57 0.32
Hex 23 5F 7E 48 19 0 33 C8 39 20
Octal 43 137 176 110 31 0 63 310 71 40
Binary 100011 1011111 1111110 1001000 11001 0 110011 11001000 111001 100000

Color Harmonies of #235F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235F7E

Black with #235F7E

Text Example


Text Example

White with #235F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235F7E; }

 p { color: rgb(35,95,126); }

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

background-color css

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

 a { background-color: rgb(35,95,126); }

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

border-color css

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

 span { border-color: rgb(35,95,126); }

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