Html Css Color HEX #235EBA Denim

📋 copy color: '#235EBA'

red 35 ◦ green 94 ◦ blue 186

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

Shades of Denim #235EBA

Tints of Denim #235EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

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

R = 11.11%
G = 29.84%
B = 59.05%

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

#235EBA (or 0x235EBA) is known color: Denim. HEX triplet: 23, 5E and BA. RGB value is (35,94,186). Sum of RGB (Red+Green+Blue) = 35+94+186=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #235EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EBA is #DCA145. Grayscale: #565656. Windows color (decimal): -14459206 or 12213795. OLE color: 12213795.

HSL color Cylindrical-coordinate representation of color #235EBA: hue angle of 216.56º 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 #235EBA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 94 186 -
CMYK 0.81 0.49 0 0.27
HSL 216.56º 0.68% 0.43% -
HSV(B) 216.56º 0.81% 0.73% -
XYZ 13.56 11.91 48.04 -
YUV 86.85 183.95 91.02 -
System Red Green Blue C M Y K H S L
Decimal 35 94 186 0.81 0.49 0 0.27 216.56 0.68 0.43
Hex 23 5E BA 51 31 0 1B D9 44 2B
Octal 43 136 272 121 61 0 33 331 104 53
Binary 100011 1011110 10111010 1010001 110001 0 11011 11011001 1000100 101011

Color Harmonies of #235EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235EBA

Black with #235EBA

Text Example


Text Example

White with #235EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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