Html Css Color HEX #235FBA Denim

📋 copy color: '#235FBA'

red 35 ◦ green 95 ◦ blue 186

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

Shades of Denim #235FBA

Tints of Denim #235FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 11.08%
G = 30.06%
B = 58.86%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#235FBA (or 0x235FBA) is known color: Denim. HEX triplet: 23, 5F and BA. RGB value is (35,95,186). Sum of RGB (Red+Green+Blue) = 35+95+186=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #235FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235FBA is #DCA045. Grayscale: #575757. Windows color (decimal): -14458950 or 12214051. OLE color: 12214051.

HSL color Cylindrical-coordinate representation of color #235FBA: hue angle of 216.16º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #235FBA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 95 186 -
CMYK 0.81 0.49 0 0.27
HSL 216.16º 0.68% 0.43% -
HSV(B) 216.16º 0.81% 0.73% -
XYZ 13.65 12.09 48.07 -
YUV 87.43 183.62 90.6 -
System Red Green Blue C M Y K H S L
Decimal 35 95 186 0.81 0.49 0 0.27 216.16 0.68 0.43
Hex 23 5F BA 51 31 0 1B D8 44 2B
Octal 43 137 272 121 61 0 33 330 104 53
Binary 100011 1011111 10111010 1010001 110001 0 11011 11011000 1000100 101011

Color Harmonies of #235FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235FBA

Black with #235FBA

Text Example


Text Example

White with #235FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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