Html Css Color HEX #232FEB Persian Blue

📋 copy color: '#232FEB'

red 35 ◦ green 47 ◦ blue 235

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

Shades of Persian Blue #232FEB

Tints of Persian Blue #232FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 235 (92.19% from 255) = 74.13%

R = 11.04%
G = 14.83%
B = 74.13%

CMYK

 C value IS 0.85

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#232FEB (or 0x232FEB) is known color: Persian Blue. HEX triplet: 23, 2F and EB. RGB value is (35,47,235). Sum of RGB (Red+Green+Blue) = 35+47+235=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #232FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232FEB is #DCD014. Grayscale: #404040. Windows color (decimal): -14471189 or 15413027. OLE color: 15413027.

HSL color Cylindrical-coordinate representation of color #232FEB: hue angle of 236.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232FEB is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 47 235 -
CMYK 0.85 0.8 0 0.08
HSL 236.4º 0.83% 0.53% -
HSV(B) 236.4º 0.85% 0.92% -
XYZ 16.71 8.39 79.34 -
YUV 64.84 224.02 106.71 -
System Red Green Blue C M Y K H S L
Decimal 35 47 235 0.85 0.8 0 0.08 236.4 0.83 0.53
Hex 23 2F EB 55 50 0 8 EC 53 35
Octal 43 57 353 125 120 0 10 354 123 65
Binary 100011 101111 11101011 1010101 1010000 0 1000 11101100 1010011 110101

Color Harmonies of #232FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FEB

Black with #232FEB

Text Example


Text Example

White with #232FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,47,235); }

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

background-color css

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

 a { background-color: rgb(35,47,235); }

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

border-color css

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

 span { border-color: rgb(35,47,235); }

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