Html Css Color HEX #232FA4 Egyptian Blue

📋 copy color: '#232FA4'

red 35 ◦ green 47 ◦ blue 164

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

Shades of Egyptian Blue #232FA4

Tints of Egyptian Blue #232FA4

RGB

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

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

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

R = 14.23%
G = 19.11%
B = 66.67%

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

#232FA4 (or 0x232FA4) is known color: Egyptian Blue. HEX triplet: 23, 2F and A4. RGB value is (35,47,164). Sum of RGB (Red+Green+Blue) = 35+47+164=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 164 (64.45% from 255 or 66.67% from 246); Max value from RGB is 164 - color contains mainly: blue. Hex color #232FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FA4 is #DCD05B. Grayscale: #383838. Windows color (decimal): -14471260 or 10759971. OLE color: 10759971.

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

Color convert

RGB 35 47 164 -
CMYK 0.79 0.71 0 0.36
HSL 234.42º 0.65% 0.39% -
HSV(B) 234.42º 0.79% 0.64% -
XYZ 8.41 5.07 35.66 -
YUV 56.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 35 47 164 0.79 0.71 0 0.36 234.42 0.65 0.39
Hex 23 2F A4 4F 47 0 24 EA 41 27
Octal 43 57 244 117 107 0 44 352 101 47
Binary 100011 101111 10100100 1001111 1000111 0 100100 11101010 1000001 100111

Color Harmonies of #232FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FA4

Black with #232FA4

Text Example


Text Example

White with #232FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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