Html Css Color HEX #232CEF Persian Blue

📋 copy color: '#232CEF'

red 35 ◦ green 44 ◦ blue 239

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

Shades of Persian Blue #232CEF

Tints of Persian Blue #232CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 11.01%
G = 13.84%
B = 75.16%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#232CEF (or 0x232CEF) is known color: Persian Blue. HEX triplet: 23, 2C and EF. RGB value is (35,44,239). Sum of RGB (Red+Green+Blue) = 35+44+239=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #232CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232CEF is #DCD310. Grayscale: #3E3E3E. Windows color (decimal): -14471953 or 15674403. OLE color: 15674403.

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

Color convert

RGB 35 44 239 -
CMYK 0.85 0.82 0 0.06
HSL 237.35º 0.86% 0.54% -
HSV(B) 237.35º 0.85% 0.94% -
XYZ 17.17 8.39 82.38 -
YUV 63.54 227.02 107.64 -
System Red Green Blue C M Y K H S L
Decimal 35 44 239 0.85 0.82 0 0.06 237.35 0.86 0.54
Hex 23 2C EF 55 52 0 6 ED 56 36
Octal 43 54 357 125 122 0 6 355 126 66
Binary 100011 101100 11101111 1010101 1010010 0 110 11101101 1010110 110110

Color Harmonies of #232CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CEF

Black with #232CEF

Text Example


Text Example

White with #232CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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