Html Css Color HEX #232EEF Persian Blue

📋 copy color: '#232EEF'

red 35 ◦ green 46 ◦ blue 239

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

Shades of Persian Blue #232EEF

Tints of Persian Blue #232EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.69%

R = 10.94%
G = 14.38%
B = 74.69%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#232EEF (or 0x232EEF) is known color: Persian Blue. HEX triplet: 23, 2E and EF. RGB value is (35,46,239). Sum of RGB (Red+Green+Blue) = 35+46+239=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #232EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EEF is #DCD110. Grayscale: #3F3F3F. Windows color (decimal): -14471441 or 15674915. OLE color: 15674915.

HSL color Cylindrical-coordinate representation of color #232EEF: hue angle of 236.76º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232EEF is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 46 239 -
CMYK 0.85 0.81 0 0.06
HSL 236.76º 0.86% 0.54% -
HSV(B) 236.76º 0.85% 0.94% -
XYZ 17.25 8.54 82.4 -
YUV 64.71 226.36 106.81 -
System Red Green Blue C M Y K H S L
Decimal 35 46 239 0.85 0.81 0 0.06 236.76 0.86 0.54
Hex 23 2E EF 55 51 0 6 ED 56 36
Octal 43 56 357 125 121 0 6 355 126 66
Binary 100011 101110 11101111 1010101 1010001 0 110 11101101 1010110 110110

Color Harmonies of #232EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EEF

Black with #232EEF

Text Example


Text Example

White with #232EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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