Html Css Color HEX #3040CF Cerulean Blue

📋 copy color: '#3040CF'

red 48 ◦ green 64 ◦ blue 207

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

Shades of Cerulean Blue #3040CF

Tints of Cerulean Blue #3040CF

RGB

 RED value IS 48 (19.14% from 255) = 15.05%

 GREEN value IS 64 (25.39% from 255) = 20.06%

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

R = 15.05%
G = 20.06%
B = 64.89%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3040CF (or 0x3040CF) is known color: Cerulean Blue. HEX triplet: 30, 40 and CF. RGB value is (48,64,207). Sum of RGB (Red+Green+Blue) = 48+64+207=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #3040CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3040CF is #CFBF30. Grayscale: #4A4A4A. Windows color (decimal): -13614897 or 13582384. OLE color: 13582384.

HSL color Cylindrical-coordinate representation of color #3040CF: hue angle of 233.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3040CF is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 64 207 -
CMYK 0.77 0.69 0 0.19
HSL 233.96º 0.62% 0.5% -
HSV(B) 233.96º 0.77% 0.81% -
XYZ 14.31 8.8 59.98 -
YUV 75.52 202.2 108.37 -
System Red Green Blue C M Y K H S L
Decimal 48 64 207 0.77 0.69 0 0.19 233.96 0.62 0.5
Hex 30 40 CF 4D 45 0 13 EA 3E 32
Octal 60 100 317 115 105 0 23 352 76 62
Binary 110000 1000000 11001111 1001101 1000101 0 10011 11101010 111110 110010

Color Harmonies of #3040CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3040CF

Black with #3040CF

Text Example


Text Example

White with #3040CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,64,207); }

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

background-color css

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

 a { background-color: rgb(48,64,207); }

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

border-color css

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

 span { border-color: rgb(48,64,207); }

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