Html Css Color HEX #2338DF Persian Blue

📋 copy color: '#2338DF'

red 35 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #2338DF

Tints of Persian Blue #2338DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 223 (87.5% from 255) = 71.02%

R = 11.15%
G = 17.83%
B = 71.02%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2338DF (or 0x2338DF) is known color: Persian Blue. HEX triplet: 23, 38 and DF. RGB value is (35,56,223). Sum of RGB (Red+Green+Blue) = 35+56+223=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #2338DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338DF is #DCC720. Grayscale: #444444. Windows color (decimal): -14468897 or 14628899. OLE color: 14628899.

HSL color Cylindrical-coordinate representation of color #2338DF: hue angle of 233.3º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2338DF is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 56 223 -
CMYK 0.84 0.75 0 0.13
HSL 233.3º 0.75% 0.51% -
HSV(B) 233.3º 0.84% 0.87% -
XYZ 15.43 8.51 70.64 -
YUV 68.76 215.04 103.92 -
System Red Green Blue C M Y K H S L
Decimal 35 56 223 0.84 0.75 0 0.13 233.3 0.75 0.51
Hex 23 38 DF 54 4B 0 D E9 4B 33
Octal 43 70 337 124 113 0 15 351 113 63
Binary 100011 111000 11011111 1010100 1001011 0 1101 11101001 1001011 110011

Color Harmonies of #2338DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2338DF

Black with #2338DF

Text Example


Text Example

White with #2338DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2338DF; }

 p { color: rgb(35,56,223); }

 H1.HeaderClassName
 {
   color: #2338DF;
 }
 .AnyTagClassName
 {
   color: #2338DF;
 }
</style>

background-color css

<style>
 a { background-color: #2338DF; }

 a { background-color: rgb(35,56,223); }

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

border-color css

<style>
 span { border-color: #2338DF; }

 span { border-color: rgb(35,56,223); }

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