Html Css Color HEX #232BDE Persian Blue

📋 copy color: '#232BDE'

red 35 ◦ green 43 ◦ blue 222

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

Shades of Persian Blue #232BDE

Tints of Persian Blue #232BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

 BLUE value IS 222 (87.11% from 255) = 74%

R = 11.67%
G = 14.33%
B = 74%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#232BDE (or 0x232BDE) is known color: Persian Blue. HEX triplet: 23, 2B and DE. RGB value is (35,43,222). Sum of RGB (Red+Green+Blue) = 35+43+222=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #232BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BDE is #DCD421. Grayscale: #3C3C3C. Windows color (decimal): -14472226 or 14560035. OLE color: 14560035.

HSL color Cylindrical-coordinate representation of color #232BDE: hue angle of 237.43º degrees, saturation: 0.74, 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 #232BDE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 43 222 -
CMYK 0.84 0.81 0 0.13
HSL 237.43º 0.74% 0.5% -
HSV(B) 237.43º 0.84% 0.87% -
XYZ 14.74 7.36 69.75 -
YUV 61.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 35 43 222 0.84 0.81 0 0.13 237.43 0.74 0.5
Hex 23 2B DE 54 51 0 D ED 4A 32
Octal 43 53 336 124 121 0 15 355 112 62
Binary 100011 101011 11011110 1010100 1010001 0 1101 11101101 1001010 110010

Color Harmonies of #232BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BDE

Black with #232BDE

Text Example


Text Example

White with #232BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,43,222); }

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

background-color css

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

 a { background-color: rgb(35,43,222); }

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

border-color css

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

 span { border-color: rgb(35,43,222); }

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