Html Css Color HEX #232FEA Persian Blue

📋 copy color: '#232FEA'

red 35 ◦ green 47 ◦ blue 234

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

Shades of Persian Blue #232FEA

Tints of Persian Blue #232FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 11.08%
G = 14.87%
B = 74.05%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#232FEA (or 0x232FEA) is known color: Persian Blue. HEX triplet: 23, 2F and EA. RGB value is (35,47,234). Sum of RGB (Red+Green+Blue) = 35+47+234=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #232FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232FEA is #DCD015. Grayscale: #3F3F3F. Windows color (decimal): -14471190 or 15347491. OLE color: 15347491.

HSL color Cylindrical-coordinate representation of color #232FEA: hue angle of 236.38º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232FEA is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 47 234 -
CMYK 0.85 0.80 0 0.08
HSL 236.38º 0.83% 0.53% -
HSV(B) 236.38º 0.85% 0.92% -
XYZ 16.56 8.33 78.58 -
YUV 64.73 223.52 106.79 -
System Red Green Blue C M Y K H S L
Decimal 35 47 234 0.85 0.80 0 0.08 236.38 0.83 0.53
Hex 23 2F EA 55 50 0 8 EC 53 35
Octal 43 57 352 125 120 0 10 354 123 65
Binary 100011 101111 11101010 1010101 1010000 0 1000 11101100 1010011 110101

Color Harmonies of #232FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FEA

Black with #232FEA

Text Example


Text Example

White with #232FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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