Html Css Color HEX #023CE3 Persian Blue

📋 copy color: '#023CE3'

red 2 ◦ green 60 ◦ blue 227

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

Shades of Persian Blue #023CE3

Tints of Persian Blue #023CE3

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 227 (89.06% from 255) = 78.55%

R = 0.69%
G = 20.76%
B = 78.55%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#023CE3 (or 0x023CE3) is known color: Persian Blue. HEX triplet: 02, 3C and E3. RGB value is (2,60,227). Sum of RGB (Red+Green+Blue) = 2+60+227=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 227 (89.06% from 255 or 78.55% from 289); Max value from RGB is 227 - color contains mainly: blue. Hex color #023CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CE3 is #FDC31C. Grayscale: #3C3C3C. Windows color (decimal): -16630557 or 14892034. OLE color: 14892034.

HSL color Cylindrical-coordinate representation of color #023CE3: hue angle of 224.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CE3 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 60 227 -
CMYK 0.99 0.74 0 0.11
HSL 224.53º 0.98% 0.45% -
HSV(B) 224.53º 0.99% 0.89% -
XYZ 15.51 8.79 73.55 -
YUV 61.7 221.28 85.42 -
System Red Green Blue C M Y K H S L
Decimal 2 60 227 0.99 0.74 0 0.11 224.53 0.98 0.45
Hex 2 3C E3 63 4A 0 B E1 62 2D
Octal 2 74 343 143 112 0 13 341 142 55
Binary 10 111100 11100011 1100011 1001010 0 1011 11100001 1100010 101101

Color Harmonies of #023CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CE3

Black with #023CE3

Text Example


Text Example

White with #023CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023CE3; }

 p { color: rgb(2,60,227); }

 H1.HeaderClassName
 {
   color: #023CE3;
 }
 .AnyTagClassName
 {
   color: #023CE3;
 }
</style>

background-color css

<style>
 a { background-color: #023CE3; }

 a { background-color: rgb(2,60,227); }

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

border-color css

<style>
 span { border-color: #023CE3; }

 span { border-color: rgb(2,60,227); }

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