Html Css Color HEX #232EDD Persian Blue

📋 copy color: '#232EDD'

red 35 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #232EDD

Tints of Persian Blue #232EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 11.59%
G = 15.23%
B = 73.18%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#232EDD (or 0x232EDD) is known color: Persian Blue. HEX triplet: 23, 2E and DD. RGB value is (35,46,221). Sum of RGB (Red+Green+Blue) = 35+46+221=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #232EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EDD is #DCD122. Grayscale: #3D3D3D. Windows color (decimal): -14471459 or 14495267. OLE color: 14495267.

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

Color convert

RGB 35 46 221 -
CMYK 0.84 0.79 0 0.13
HSL 236.45º 0.73% 0.5% -
HSV(B) 236.45º 0.84% 0.87% -
XYZ 14.72 7.53 69.08 -
YUV 62.66 217.36 108.27 -
System Red Green Blue C M Y K H S L
Decimal 35 46 221 0.84 0.79 0 0.13 236.45 0.73 0.5
Hex 23 2E DD 54 4F 0 D EC 49 32
Octal 43 56 335 124 117 0 15 354 111 62
Binary 100011 101110 11011101 1010100 1001111 0 1101 11101100 1001001 110010

Color Harmonies of #232EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EDD

Black with #232EDD

Text Example


Text Example

White with #232EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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