Html Css Color HEX #232BE4 Persian Blue

📋 copy color: '#232BE4'

red 35 ◦ green 43 ◦ blue 228

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

Shades of Persian Blue #232BE4

Tints of Persian Blue #232BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 74.51%

R = 11.44%
G = 14.05%
B = 74.51%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#232BE4 (or 0x232BE4) is known color: Persian Blue. HEX triplet: 23, 2B and E4. RGB value is (35,43,228). Sum of RGB (Red+Green+Blue) = 35+43+228=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 228 (89.45% from 255 or 74.51% from 306); Max value from RGB is 228 - color contains mainly: blue. Hex color #232BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BE4 is #DCD41B. Grayscale: #3C3C3C. Windows color (decimal): -14472220 or 14953251. OLE color: 14953251.

HSL color Cylindrical-coordinate representation of color #232BE4: hue angle of 237.51º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232BE4 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 43 228 -
CMYK 0.85 0.81 0 0.11
HSL 237.51º 0.78% 0.52% -
HSV(B) 237.51º 0.85% 0.89% -
XYZ 15.56 7.69 74.06 -
YUV 61.7 221.85 108.96 -
System Red Green Blue C M Y K H S L
Decimal 35 43 228 0.85 0.81 0 0.11 237.51 0.78 0.52
Hex 23 2B E4 55 51 0 B EE 4E 34
Octal 43 53 344 125 121 0 13 356 116 64
Binary 100011 101011 11100100 1010101 1010001 0 1011 11101110 1001110 110100

Color Harmonies of #232BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BE4

Black with #232BE4

Text Example


Text Example

White with #232BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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