Html Css Color HEX #0338EC Persian Blue

📋 copy color: '#0338EC'

red 3 ◦ green 56 ◦ blue 236

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

Shades of Persian Blue #0338EC

Tints of Persian Blue #0338EC

RGB

 RED value IS 3 (1.56% from 255) = 1.02%

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

 BLUE value IS 236 (92.58% from 255) = 80%

R = 1.02%
G = 18.98%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0338EC (or 0x0338EC) is known color: Persian Blue. HEX triplet: 03, 38 and EC. RGB value is (3,56,236). Sum of RGB (Red+Green+Blue) = 3+56+236=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 236 (92.58% from 255 or 80% from 295); Max value from RGB is 236 - color contains mainly: blue. Hex color #0338EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0338EC is #FCC713. Grayscale: #3B3B3B. Windows color (decimal): -16566036 or 15480835. OLE color: 15480835.

HSL color Cylindrical-coordinate representation of color #0338EC: hue angle of 226.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0338EC is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 56 236 -
CMYK 0.99 0.76 0 0.07
HSL 226.35º 0.97% 0.47% -
HSV(B) 226.35º 0.99% 0.93% -
XYZ 16.59 8.9 80.2 -
YUV 60.67 226.94 86.86 -
System Red Green Blue C M Y K H S L
Decimal 3 56 236 0.99 0.76 0 0.07 226.35 0.97 0.47
Hex 3 38 EC 63 4C 0 7 E2 61 2F
Octal 3 70 354 143 114 0 7 342 141 57
Binary 11 111000 11101100 1100011 1001100 0 111 11100010 1100001 101111

Color Harmonies of #0338EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0338EC

Black with #0338EC

Text Example


Text Example

White with #0338EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0338EC; }

 p { color: rgb(3,56,236); }

 H1.HeaderClassName
 {
   color: #0338EC;
 }
 .AnyTagClassName
 {
   color: #0338EC;
 }
</style>

background-color css

<style>
 a { background-color: #0338EC; }

 a { background-color: rgb(3,56,236); }

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

border-color css

<style>
 span { border-color: #0338EC; }

 span { border-color: rgb(3,56,236); }

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