Html Css Color HEX #2738CE Persian Blue

📋 copy color: '#2738CE'

red 39 ◦ green 56 ◦ blue 206

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

Shades of Persian Blue #2738CE

Tints of Persian Blue #2738CE

RGB

 RED value IS 39 (15.63% from 255) = 12.96%

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 12.96%
G = 18.6%
B = 68.44%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2738CE (or 0x2738CE) is known color: Persian Blue. HEX triplet: 27, 38 and CE. RGB value is (39,56,206). Sum of RGB (Red+Green+Blue) = 39+56+206=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #2738CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738CE is #D8C731. Grayscale: #434343. Windows color (decimal): -14206770 or 13514791. OLE color: 13514791.

HSL color Cylindrical-coordinate representation of color #2738CE: hue angle of 233.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2738CE is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 56 206 -
CMYK 0.81 0.73 0 0.19
HSL 233.89º 0.68% 0.48% -
HSV(B) 233.89º 0.81% 0.81% -
XYZ 13.39 7.72 59.18 -
YUV 68.02 205.87 107.3 -
System Red Green Blue C M Y K H S L
Decimal 39 56 206 0.81 0.73 0 0.19 233.89 0.68 0.48
Hex 27 38 CE 51 49 0 13 EA 44 30
Octal 47 70 316 121 111 0 23 352 104 60
Binary 100111 111000 11001110 1010001 1001001 0 10011 11101010 1000100 110000

Color Harmonies of #2738CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2738CE

Black with #2738CE

Text Example


Text Example

White with #2738CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2738CE; }

 p { color: rgb(39,56,206); }

 H1.HeaderClassName
 {
   color: #2738CE;
 }
 .AnyTagClassName
 {
   color: #2738CE;
 }
</style>

background-color css

<style>
 a { background-color: #2738CE; }

 a { background-color: rgb(39,56,206); }

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

border-color css

<style>
 span { border-color: #2738CE; }

 span { border-color: rgb(39,56,206); }

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