Html Css Color HEX #235EA4 Lochmara

📋 copy color: '#235EA4'

red 35 ◦ green 94 ◦ blue 164

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

Shades of Lochmara #235EA4

Tints of Lochmara #235EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.97%

R = 11.95%
G = 32.08%
B = 55.97%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#235EA4 (or 0x235EA4) is known color: Lochmara. HEX triplet: 23, 5E and A4. RGB value is (35,94,164). Sum of RGB (Red+Green+Blue) = 35+94+164=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #235EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235EA4 is #DCA15B. Grayscale: #545454. Windows color (decimal): -14459228 or 10772003. OLE color: 10772003.

HSL color Cylindrical-coordinate representation of color #235EA4: hue angle of 212.56º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #235EA4 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 94 164 -
CMYK 0.79 0.43 0 0.36
HSL 212.56º 0.65% 0.39% -
HSV(B) 212.56º 0.79% 0.64% -
XYZ 11.4 11.04 36.65 -
YUV 84.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 35 94 164 0.79 0.43 0 0.36 212.56 0.65 0.39
Hex 23 5E A4 4F 2B 0 24 D5 41 27
Octal 43 136 244 117 53 0 44 325 101 47
Binary 100011 1011110 10100100 1001111 101011 0 100100 11010101 1000001 100111

Color Harmonies of #235EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235EA4

Black with #235EA4

Text Example


Text Example

White with #235EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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