Html Css Color HEX #232EDB Persian Blue

📋 copy color: '#232EDB'

red 35 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #232EDB

Tints of Persian Blue #232EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73%

R = 11.67%
G = 15.33%
B = 73%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#232EDB (or 0x232EDB) is known color: Persian Blue. HEX triplet: 23, 2E and DB. RGB value is (35,46,219). Sum of RGB (Red+Green+Blue) = 35+46+219=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #232EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EDB is #DCD124. Grayscale: #3D3D3D. Windows color (decimal): -14471461 or 14364195. OLE color: 14364195.

HSL color Cylindrical-coordinate representation of color #232EDB: hue angle of 236.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232EDB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 46 219 -
CMYK 0.84 0.79 0 0.14
HSL 236.41º 0.72% 0.5% -
HSV(B) 236.41º 0.84% 0.86% -
XYZ 14.46 7.43 67.69 -
YUV 62.43 216.36 108.43 -
System Red Green Blue C M Y K H S L
Decimal 35 46 219 0.84 0.79 0 0.14 236.41 0.72 0.5
Hex 23 2E DB 54 4F 0 E EC 48 32
Octal 43 56 333 124 117 0 16 354 110 62
Binary 100011 101110 11011011 1010100 1001111 0 1110 11101100 1001000 110010

Color Harmonies of #232EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EDB

Black with #232EDB

Text Example


Text Example

White with #232EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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