Html Css Color HEX #2343CF Persian Blue

📋 copy color: '#2343CF'

red 35 ◦ green 67 ◦ blue 207

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

Shades of Persian Blue #2343CF

Tints of Persian Blue #2343CF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 11.33%
G = 21.68%
B = 66.99%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2343CF (or 0x2343CF) is known color: Persian Blue. HEX triplet: 23, 43 and CF. RGB value is (35,67,207). Sum of RGB (Red+Green+Blue) = 35+67+207=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #2343CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2343CF is #DCBC30. Grayscale: #484848. Windows color (decimal): -14466097 or 13583139. OLE color: 13583139.

HSL color Cylindrical-coordinate representation of color #2343CF: hue angle of 228.84º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2343CF is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 67 207 -
CMYK 0.83 0.68 0 0.19
HSL 228.84º 0.71% 0.47% -
HSV(B) 228.84º 0.83% 0.81% -
XYZ 13.96 8.88 60.01 -
YUV 73.39 203.4 100.62 -
System Red Green Blue C M Y K H S L
Decimal 35 67 207 0.83 0.68 0 0.19 228.84 0.71 0.47
Hex 23 43 CF 53 44 0 13 E5 47 2F
Octal 43 103 317 123 104 0 23 345 107 57
Binary 100011 1000011 11001111 1010011 1000100 0 10011 11100101 1000111 101111

Color Harmonies of #2343CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2343CF

Black with #2343CF

Text Example


Text Example

White with #2343CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2343CF; }

 p { color: rgb(35,67,207); }

 H1.HeaderClassName
 {
   color: #2343CF;
 }
 .AnyTagClassName
 {
   color: #2343CF;
 }
</style>

background-color css

<style>
 a { background-color: #2343CF; }

 a { background-color: rgb(35,67,207); }

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

border-color css

<style>
 span { border-color: #2343CF; }

 span { border-color: rgb(35,67,207); }

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