Html Css Color HEX #0034BE International Klein Blue

📋 copy color: '#0034BE'

red 0 ◦ green 52 ◦ blue 190

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

Shades of International Klein Blue #0034BE

Tints of International Klein Blue #0034BE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 190 (74.61% from 255) = 78.51%

R = 0%
G = 21.49%
B = 78.51%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0034BE (or 0x0034BE) is known color: International Klein Blue. HEX triplet: 00, 34 and BE. RGB value is (0,52,190). Sum of RGB (Red+Green+Blue) = 0+52+190=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #0034BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034BE is #FFCB41. Grayscale: #333333. Windows color (decimal): -16763714 or 12465152. OLE color: 12465152.

HSL color Cylindrical-coordinate representation of color #0034BE: hue angle of 223.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034BE is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 52 190 -
CMYK 1 0.73 0 0.25
HSL 223.58º 1% 0.37% -
HSV(B) 223.58º 1% 0.75% -
XYZ 10.52 6.17 49.35 -
YUV 52.18 205.77 90.78 -
System Red Green Blue C M Y K H S L
Decimal 0 52 190 1 0.73 0 0.25 223.58 1 0.37
Hex 0 34 BE 64 49 0 19 E0 64 25
Octal 0 64 276 144 111 0 31 340 144 45
Binary 0 110100 10111110 1100100 1001001 0 11001 11100000 1100100 100101

Color Harmonies of #0034BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0034BE

Black with #0034BE

Text Example


Text Example

White with #0034BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0034BE; }

 p { color: rgb(0,52,190); }

 H1.HeaderClassName
 {
   color: #0034BE;
 }
 .AnyTagClassName
 {
   color: #0034BE;
 }
</style>

background-color css

<style>
 a { background-color: #0034BE; }

 a { background-color: rgb(0,52,190); }

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

border-color css

<style>
 span { border-color: #0034BE; }

 span { border-color: rgb(0,52,190); }

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