Html Css Color HEX #2746CF Cerulean Blue

📋 copy color: '#2746CF'

red 39 ◦ green 70 ◦ blue 207

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

Shades of Cerulean Blue #2746CF

Tints of Cerulean Blue #2746CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 12.34%
G = 22.15%
B = 65.51%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2746CF (or 0x2746CF) is known color: Cerulean Blue. HEX triplet: 27, 46 and CF. RGB value is (39,70,207). Sum of RGB (Red+Green+Blue) = 39+70+207=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #2746CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2746CF is #D8B930. Grayscale: #4B4B4B. Windows color (decimal): -14203185 or 13583911. OLE color: 13583911.

HSL color Cylindrical-coordinate representation of color #2746CF: hue angle of 228.93º 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 #2746CF is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 70 207 -
CMYK 0.81 0.66 0 0.19
HSL 228.93º 0.68% 0.48% -
HSV(B) 228.93º 0.81% 0.81% -
XYZ 14.29 9.32 60.08 -
YUV 76.35 201.73 101.36 -
System Red Green Blue C M Y K H S L
Decimal 39 70 207 0.81 0.66 0 0.19 228.93 0.68 0.48
Hex 27 46 CF 51 42 0 13 E5 44 30
Octal 47 106 317 121 102 0 23 345 104 60
Binary 100111 1000110 11001111 1010001 1000010 0 10011 11100101 1000100 110000

Color Harmonies of #2746CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2746CF

Black with #2746CF

Text Example


Text Example

White with #2746CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,70,207); }

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

background-color css

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

 a { background-color: rgb(39,70,207); }

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

border-color css

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

 span { border-color: rgb(39,70,207); }

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