Html Css Color HEX #232EEB Persian Blue

📋 copy color: '#232EEB'

red 35 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #232EEB

Tints of Persian Blue #232EEB

RGB

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

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

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

R = 11.08%
G = 14.56%
B = 74.37%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#232EEB (or 0x232EEB) is known color: Persian Blue. HEX triplet: 23, 2E and EB. RGB value is (35,46,235). Sum of RGB (Red+Green+Blue) = 35+46+235=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #232EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EEB is #DCD114. Grayscale: #3F3F3F. Windows color (decimal): -14471445 or 15412771. OLE color: 15412771.

HSL color Cylindrical-coordinate representation of color #232EEB: hue angle of 236.7º 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 #232EEB is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 46 235 -
CMYK 0.85 0.80 0 0.08
HSL 236.7º 0.83% 0.53% -
HSV(B) 236.7º 0.85% 0.92% -
XYZ 16.67 8.31 79.32 -
YUV 64.26 224.36 107.13 -
System Red Green Blue C M Y K H S L
Decimal 35 46 235 0.85 0.80 0 0.08 236.7 0.83 0.53
Hex 23 2E EB 55 50 0 8 ED 53 35
Octal 43 56 353 125 120 0 10 355 123 65
Binary 100011 101110 11101011 1010101 1010000 0 1000 11101101 1010011 110101

Color Harmonies of #232EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EEB

Black with #232EEB

Text Example


Text Example

White with #232EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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