Html Css Color HEX #232EEA Persian Blue

📋 copy color: '#232EEA'

red 35 ◦ green 46 ◦ blue 234

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

Shades of Persian Blue #232EEA

Tints of Persian Blue #232EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

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

R = 11.11%
G = 14.6%
B = 74.29%

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

#232EEA (or 0x232EEA) is known color: Persian Blue. HEX triplet: 23, 2E and EA. RGB value is (35,46,234). Sum of RGB (Red+Green+Blue) = 35+46+234=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #232EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EEA is #DCD115. Grayscale: #3F3F3F. Windows color (decimal): -14471446 or 15347235. OLE color: 15347235.

HSL color Cylindrical-coordinate representation of color #232EEA: hue angle of 236.68º 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 #232EEA is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 46 234 -
CMYK 0.85 0.80 0 0.08
HSL 236.68º 0.83% 0.53% -
HSV(B) 236.68º 0.85% 0.92% -
XYZ 16.52 8.25 78.56 -
YUV 64.14 223.86 107.21 -
System Red Green Blue C M Y K H S L
Decimal 35 46 234 0.85 0.80 0 0.08 236.68 0.83 0.53
Hex 23 2E EA 55 50 0 8 ED 53 35
Octal 43 56 352 125 120 0 10 355 123 65
Binary 100011 101110 11101010 1010101 1010000 0 1000 11101101 1010011 110101

Color Harmonies of #232EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EEA

Black with #232EEA

Text Example


Text Example

White with #232EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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