Html Css Color HEX #235271 Orient

📋 copy color: '#235271'

red 35 ◦ green 82 ◦ blue 113

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

Shades of Orient #235271

Tints of Orient #235271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.65%

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 15.22%
G = 35.65%
B = 49.13%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235271 (or 0x235271) is known color: Orient. HEX triplet: 23, 52 and 71. RGB value is (35,82,113). Sum of RGB (Red+Green+Blue) = 35+82+113=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #235271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235271 is #DCAD8E. Grayscale: #474747. Windows color (decimal): -14462351 or 7426595. OLE color: 7426595.

HSL color Cylindrical-coordinate representation of color #235271: hue angle of 203.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235271 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 82 113 -
CMYK 0.69 0.27 0 0.56
HSL 203.85º 0.53% 0.29% -
HSV(B) 203.85º 0.69% 0.44% -
XYZ 6.69 7.58 16.73 -
YUV 71.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 35 82 113 0.69 0.27 0 0.56 203.85 0.53 0.29
Hex 23 52 71 45 1B 0 38 CC 35 1D
Octal 43 122 161 105 33 0 70 314 65 35
Binary 100011 1010010 1110001 1000101 11011 0 111000 11001100 110101 11101

Color Harmonies of #235271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235271

Black with #235271

Text Example


Text Example

White with #235271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235271; }

 p { color: rgb(35,82,113); }

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

background-color css

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

 a { background-color: rgb(35,82,113); }

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

border-color css

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

 span { border-color: rgb(35,82,113); }

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