Html Css Color HEX #232AED Persian Blue

📋 copy color: '#232AED'

red 35 ◦ green 42 ◦ blue 237

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

Shades of Persian Blue #232AED

Tints of Persian Blue #232AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

 BLUE value IS 237 (92.97% from 255) = 75.48%

R = 11.15%
G = 13.38%
B = 75.48%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#232AED (or 0x232AED) is known color: Persian Blue. HEX triplet: 23, 2A and ED. RGB value is (35,42,237). Sum of RGB (Red+Green+Blue) = 35+42+237=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #232AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232AED is #DCD512. Grayscale: #3D3D3D. Windows color (decimal): -14472467 or 15542819. OLE color: 15542819.

HSL color Cylindrical-coordinate representation of color #232AED: hue angle of 237.92º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232AED is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 42 237 -
CMYK 0.85 0.82 0 0.07
HSL 237.92º 0.85% 0.53% -
HSV(B) 237.92º 0.85% 0.93% -
XYZ 16.81 8.13 80.8 -
YUV 62.14 226.68 108.64 -
System Red Green Blue C M Y K H S L
Decimal 35 42 237 0.85 0.82 0 0.07 237.92 0.85 0.53
Hex 23 2A ED 55 52 0 7 EE 55 35
Octal 43 52 355 125 122 0 7 356 125 65
Binary 100011 101010 11101101 1010101 1010010 0 111 11101110 1010101 110101

Color Harmonies of #232AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232AED

Black with #232AED

Text Example


Text Example

White with #232AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,42,237); }

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

background-color css

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

 a { background-color: rgb(35,42,237); }

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

border-color css

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

 span { border-color: rgb(35,42,237); }

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