Html Css Color HEX #0348CA Cobalt

📋 copy color: '#0348CA'

red 3 ◦ green 72 ◦ blue 202

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

Shades of Cobalt #0348CA

Tints of Cobalt #0348CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 202 (79.3% from 255) = 72.92%

R = 1.08%
G = 25.99%
B = 72.92%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0348CA (or 0x0348CA) is known color: Cobalt. HEX triplet: 03, 48 and CA. RGB value is (3,72,202). Sum of RGB (Red+Green+Blue) = 3+72+202=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #0348CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348CA is #FCB735. Grayscale: #414141. Windows color (decimal): -16561974 or 13256707. OLE color: 13256707.

HSL color Cylindrical-coordinate representation of color #0348CA: hue angle of 219.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348CA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 72 202 -
CMYK 0.99 0.64 0 0.21
HSL 219.2º 0.97% 0.4% -
HSV(B) 219.2º 0.99% 0.79% -
XYZ 13.02 8.92 56.91 -
YUV 66.19 204.64 82.93 -
System Red Green Blue C M Y K H S L
Decimal 3 72 202 0.99 0.64 0 0.21 219.2 0.97 0.4
Hex 3 48 CA 63 40 0 15 DB 61 28
Octal 3 110 312 143 100 0 25 333 141 50
Binary 11 1001000 11001010 1100011 1000000 0 10101 11011011 1100001 101000

Color Harmonies of #0348CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348CA

Black with #0348CA

Text Example


Text Example

White with #0348CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0348CA; }

 p { color: rgb(3,72,202); }

 H1.HeaderClassName
 {
   color: #0348CA;
 }
 .AnyTagClassName
 {
   color: #0348CA;
 }
</style>

background-color css

<style>
 a { background-color: #0348CA; }

 a { background-color: rgb(3,72,202); }

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

border-color css

<style>
 span { border-color: #0348CA; }

 span { border-color: rgb(3,72,202); }

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