Html Css Color HEX #235F68 Blue Stone

📋 copy color: '#235F68'

red 35 ◦ green 95 ◦ blue 104

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

Shades of Blue Stone #235F68

Tints of Blue Stone #235F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 14.96%
G = 40.6%
B = 44.44%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#235F68 (or 0x235F68) is known color: Blue Stone. HEX triplet: 23, 5F and 68. RGB value is (35,95,104). Sum of RGB (Red+Green+Blue) = 35+95+104=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #235F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F68 is #DCA097. Grayscale: #4D4D4D. Windows color (decimal): -14459032 or 6840099. OLE color: 6840099.

HSL color Cylindrical-coordinate representation of color #235F68: hue angle of 187.83º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235F68 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 95 104 -
CMYK 0.66 0.09 0 0.59
HSL 187.83º 0.5% 0.27% -
HSV(B) 187.83º 0.66% 0.41% -
XYZ 7.28 9.54 14.55 -
YUV 78.09 142.62 97.27 -
System Red Green Blue C M Y K H S L
Decimal 35 95 104 0.66 0.09 0 0.59 187.83 0.5 0.27
Hex 23 5F 68 42 9 0 3B BC 32 1B
Octal 43 137 150 102 11 0 73 274 62 33
Binary 100011 1011111 1101000 1000010 1001 0 111011 10111100 110010 11011

Color Harmonies of #235F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235F68

Black with #235F68

Text Example


Text Example

White with #235F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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