Html Css Color HEX #232FA3 Egyptian Blue

📋 copy color: '#232FA3'

red 35 ◦ green 47 ◦ blue 163

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

Shades of Egyptian Blue #232FA3

Tints of Egyptian Blue #232FA3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 163 (64.06% from 255) = 66.53%

R = 14.29%
G = 19.18%
B = 66.53%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#232FA3 (or 0x232FA3) is known color: Egyptian Blue. HEX triplet: 23, 2F and A3. RGB value is (35,47,163). Sum of RGB (Red+Green+Blue) = 35+47+163=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #232FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FA3 is #DCD05C. Grayscale: #383838. Windows color (decimal): -14471261 or 10694435. OLE color: 10694435.

HSL color Cylindrical-coordinate representation of color #232FA3: hue angle of 234.38º 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 #232FA3 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 47 163 -
CMYK 0.79 0.71 0 0.36
HSL 234.38º 0.65% 0.39% -
HSV(B) 234.38º 0.79% 0.64% -
XYZ 8.32 5.03 35.18 -
YUV 56.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 35 47 163 0.79 0.71 0 0.36 234.38 0.65 0.39
Hex 23 2F A3 4F 47 0 24 EA 41 27
Octal 43 57 243 117 107 0 44 352 101 47
Binary 100011 101111 10100011 1001111 1000111 0 100100 11101010 1000001 100111

Color Harmonies of #232FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FA3

Black with #232FA3

Text Example


Text Example

White with #232FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232FA3; }

 p { color: rgb(35,47,163); }

 H1.HeaderClassName
 {
   color: #232FA3;
 }
 .AnyTagClassName
 {
   color: #232FA3;
 }
</style>

background-color css

<style>
 a { background-color: #232FA3; }

 a { background-color: rgb(35,47,163); }

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

border-color css

<style>
 span { border-color: #232FA3; }

 span { border-color: rgb(35,47,163); }

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