Html Css Color HEX #235C65 Blue Stone

📋 copy color: '#235C65'

red 35 ◦ green 92 ◦ blue 101

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

Shades of Blue Stone #235C65

Tints of Blue Stone #235C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 15.35%
G = 40.35%
B = 44.3%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#235C65 (or 0x235C65) is known color: Blue Stone. HEX triplet: 23, 5C and 65. RGB value is (35,92,101). Sum of RGB (Red+Green+Blue) = 35+92+101=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #235C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C65 is #DCA39A. Grayscale: #4B4B4B. Windows color (decimal): -14459803 or 6642723. OLE color: 6642723.

HSL color Cylindrical-coordinate representation of color #235C65: hue angle of 188.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235C65 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 92 101 -
CMYK 0.65 0.09 0 0.60
HSL 188.18º 0.49% 0.27% -
HSV(B) 188.18º 0.65% 0.4% -
XYZ 6.87 8.95 13.68 -
YUV 75.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 35 92 101 0.65 0.09 0 0.60 188.18 0.49 0.27
Hex 23 5C 65 41 9 0 3C BC 31 1B
Octal 43 134 145 101 11 0 74 274 61 33
Binary 100011 1011100 1100101 1000001 1001 0 111100 10111100 110001 11011

Color Harmonies of #235C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C65

Black with #235C65

Text Example


Text Example

White with #235C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,92,101); }

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

background-color css

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

 a { background-color: rgb(35,92,101); }

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

border-color css

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

 span { border-color: rgb(35,92,101); }

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